#09525d

Color #09525D Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #09525D

Tints of Sherpa Blue #09525D

Color information

#09525D (or 0x09525D) is unknown color: approx Sherpa Blue. HEX triplet: 09, 52 and 5D. RGB value is (9,82,93). Sum of RGB (Red+Green+Blue) = 9+82+93=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #09525D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09525D is #F6ADA2. Grayscale: #3D3D3D. Windows color (decimal): -16166307 or 6115849. OLE color: 6115849.

HSL color Cylindrical-coordinate representation of color #09525D: hue angle of 187.86º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09525D is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB98293-
CMYK0.900.1200.64
HSL187.86º82.35%20%-
HSV(B)187.86º90.32%36.47%-
XYZ5.116.8811.42-
YUV61.43145.8290.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 4.89%
GREEN value IS 82 (32.42% from 255) = 44.57%
BLUE value IS 93 (36.72% from 255) = 50.54%
R=4.89%
G=44.57%
B=50.54%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal982930.900.1200.64187.8682.3520
Hex9525D5AC040bc5214
Octal1112213513214010027412224
Binary100110100101011101101101011000100000010111100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09525d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09525d; }

 p { color: rgb(9,82,93); }

 H1.HeaderClassName
 {
   color: #09525d;
 }
 .AnyTagClassName
 {
   color: #09525d;
 }
</style>
background-color css

<style>
 a { background-color: #09525d; }

 a { background-color: rgb(9,82,93); }

 div.DivClassName
 {
   background-color: #09525d;
 }
 .BgClassName
 {
   background-color: #09525d;
 }
</style>
border-color css

<style>
 span { border-color: #09525d; }

 span { border-color: rgb(9,82,93); }

 td.TdClassName
 {
   border-color: #09525d;
 }
 .TagClassName
 {
   border-color: #09525d;
 }
</style>