#005C6D

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

Shades of Blue Lagoon #005C6D

Tints of Blue Lagoon #005C6D

Color information

#005C6D (or 0x005C6D) is unknown color: approx Blue Lagoon. HEX triplet: 00, 5C and 6D. RGB value is (0,92,109). Sum of RGB (Red+Green+Blue) = 0+92+109=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 92 (36.33% from 255 or 45.77% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #005C6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005C6D is #FFA392. Grayscale: #424242. Windows color (decimal): -16753555 or 7166976. OLE color: 7166976.

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

Color convert

RGB092109-
CMYK10.1600.57
HSL189.36º100%21.37%-
HSV(B)189.36º100%42.75%-
XYZ6.598.7615.81-
YUV66.43152.0280.62-

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.77%
BLUE value IS 109 (42.97% from 255) = 54.23%
R=0%
G=45.77%
B=54.23%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal09210910.1600.57189.3610021.37
Hex05C6D6410039bd6415
Octal01341551442007127514425
Binary010111001101101110010010000011100110111101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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