#08506C

Color #08506C Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #08506C

Tints of Blue Lagoon #08506C

Color information

#08506C (or 0x08506C) is unknown color: approx Blue Lagoon. HEX triplet: 08, 50 and 6C. RGB value is (8,80,108). Sum of RGB (Red+Green+Blue) = 8+80+108=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #08506C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08506C is #F7AF93. Grayscale: #3D3D3D. Windows color (decimal): -16232340 or 7098376. OLE color: 7098376.

HSL color Cylindrical-coordinate representation of color #08506C: hue angle of 196.8º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08506C is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB880108-
CMYK0.930.2600.58
HSL196.8º86.21%22.75%-
HSV(B)196.8º92.59%42.35%-
XYZ5.686.8715.21-
YUV61.66154.1589.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.08%
GREEN value IS 80 (31.64% from 255) = 40.82%
BLUE value IS 108 (42.58% from 255) = 55.10%
R=4.08%
G=40.82%
B=55.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8801080.930.2600.58196.886.2122.75
Hex8506C5D1A03Ac55617
Octal101201541353207230512627
Binary100010100001101100101110111010011101011000101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08506C; }

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

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

<style>
 a { background-color: #08506C; }

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

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

<style>
 span { border-color: #08506C; }

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

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