#005C6B

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

Shades of Blue Lagoon #005C6B

Tints of Blue Lagoon #005C6B

Color information

#005C6B (or 0x005C6B) is unknown color: approx Blue Lagoon. HEX triplet: 00, 5C and 6B. RGB value is (0,92,107). Sum of RGB (Red+Green+Blue) = 0+92+107=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 92 (36.33% from 255 or 46.23% from 199); Blue value is 107 (42.19% from 255 or 53.77% from 199); Max value from RGB is 107 - color contains mainly: blue. Hex color #005C6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005C6B is #FFA394. Grayscale: #424242. Windows color (decimal): -16753557 or 7035904. OLE color: 7035904.

HSL color Cylindrical-coordinate representation of color #005C6B: hue angle of 188.41º 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 #005C6B is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB092107-
CMYK10.1400.58
HSL188.41º100%20.98%-
HSV(B)188.41º100%41.96%-
XYZ6.488.7215.25-
YUV66.2151.0280.78-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 92 (36.33% from 255) = 46.23%
BLUE value IS 107 (42.19% from 255) = 53.77%
R=0%
G=46.23%
B=53.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal09210710.1400.58188.4110020.98
Hex05C6B64E03Abc6415
Octal01341531441607227414425
Binary01011100110101111001001110011101010111100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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