#09525B

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

Shades of Sherpa Blue #09525B

Tints of Sherpa Blue #09525B

Color information

#09525B (or 0x09525B) is unknown color: approx Sherpa Blue. HEX triplet: 09, 52 and 5B. RGB value is (9,82,91). Sum of RGB (Red+Green+Blue) = 9+82+91=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #09525B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09525B is #F6ADA4. Grayscale: #3D3D3D. Windows color (decimal): -16166309 or 5984777. OLE color: 5984777.

HSL color Cylindrical-coordinate representation of color #09525B: hue angle of 186.59º 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 #09525B is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB98291-
CMYK0.900.1000.64
HSL186.59º82%19.61%-
HSV(B)186.59º90.11%35.69%-
XYZ5.026.8510.95-
YUV61.2144.8290.77-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.95%
GREEN value IS 82 (32.42% from 255) = 45.05%
BLUE value IS 91 (35.94% from 255) = 50%
R=4.95%
G=45.05%
B=50%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal982910.900.1000.64186.598219.61
Hex9525B5AA040bb5214
Octal1112213313212010027312224
Binary100110100101011011101101010100100000010111011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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