#005B6B

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

Shades of Blue Lagoon #005B6B

Tints of Blue Lagoon #005B6B

Color information

#005B6B (or 0x005B6B) is unknown color: approx Blue Lagoon. HEX triplet: 00, 5B and 6B. RGB value is (0,91,107). Sum of RGB (Red+Green+Blue) = 0+91+107=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 91 (35.94% from 255 or 45.96% from 198); Blue value is 107 (42.19% from 255 or 54.04% from 198); Max value from RGB is 107 - color contains mainly: blue. Hex color #005B6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005B6B is #FFA494. Grayscale: #414141. Windows color (decimal): -16753813 or 7035648. OLE color: 7035648.

HSL color Cylindrical-coordinate representation of color #005B6B: hue angle of 188.97º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005B6B is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB091107-
CMYK10.1500.58
HSL188.97º100%20.98%-
HSV(B)188.97º100%41.96%-
XYZ6.398.5415.22-
YUV65.61151.3581.2-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 91 (35.94% from 255) = 45.96%
BLUE value IS 107 (42.19% from 255) = 54.04%
R=0%
G=45.96%
B=54.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal09110710.1500.58188.9710020.98
Hex05B6B64F03Abd6415
Octal01331531441707227514425
Binary01011011110101111001001111011101010111101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005B6B; }

 p { color: rgb(0,91,107); }

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

<style>
 a { background-color: #005B6B; }

 a { background-color: rgb(0,91,107); }

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

<style>
 span { border-color: #005B6B; }

 span { border-color: rgb(0,91,107); }

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