#005C6F

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

Shades of Blue Lagoon #005C6F

Tints of Blue Lagoon #005C6F

Color information

#005C6F (or 0x005C6F) is unknown color: approx Blue Lagoon. HEX triplet: 00, 5C and 6F. RGB value is (0,92,111). Sum of RGB (Red+Green+Blue) = 0+92+111=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 111 (43.75% from 255 or 54.68% from 203); Max value from RGB is 111 - color contains mainly: blue. Hex color #005C6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005C6F is #FFA390. Grayscale: #424242. Windows color (decimal): -16753553 or 7298048. OLE color: 7298048.

HSL color Cylindrical-coordinate representation of color #005C6F: hue angle of 190.27º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005C6F is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB092111-
CMYK10.1700.56
HSL190.27º100%21.76%-
HSV(B)190.27º100%43.53%-
XYZ6.78.816.38-
YUV66.66153.0280.46-

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) = 45.32%
BLUE value IS 111 (43.75% from 255) = 54.68%
R=0%
G=45.32%
B=54.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal09211110.1700.56190.2710021.76
Hex05C6F6411038be6416
Octal01341571442107027614426
Binary010111001101111110010010001011100010111110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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