#08505A

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

Shades of Sherpa Blue #08505A

Tints of Sherpa Blue #08505A

Color information

#08505A (or 0x08505A) is unknown color: approx Sherpa Blue. HEX triplet: 08, 50 and 5A. RGB value is (8,80,90). Sum of RGB (Red+Green+Blue) = 8+80+90=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #08505A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08505A is #F7AFA5. Grayscale: #3B3B3B. Windows color (decimal): -16232358 or 5918728. OLE color: 5918728.

HSL color Cylindrical-coordinate representation of color #08505A: hue angle of 187.32º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08505A is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB88090-
CMYK0.910.1100.65
HSL187.32º83.67%19.22%-
HSV(B)187.32º91.11%35.29%-
XYZ4.816.5310.68-
YUV59.61145.1591.19-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.49%
GREEN value IS 80 (31.64% from 255) = 44.94%
BLUE value IS 90 (35.55% from 255) = 50.56%
R=4.49%
G=44.94%
B=50.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal880900.910.1100.65187.3283.6719.22
Hex8505A5BB041bb5413
Octal1012013213313010127312423
Binary100010100001011010101101110110100000110111011101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08505A; }

 p { color: rgb(8,80,90); }

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

<style>
 a { background-color: #08505A; }

 a { background-color: rgb(8,80,90); }

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

<style>
 span { border-color: #08505A; }

 span { border-color: rgb(8,80,90); }

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