Html Css Color HEX #005C6F Blue Lagoon

📋 copy color: '#005C6F'

red 0 ◦ green 92 ◦ blue 111

#005C6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #005C6F

Tints of Blue Lagoon #005C6F

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 value IS 1

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#005C6F (or 0x005C6F) is known color: 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

RGB 0 92 111 -
CMYK 1 0.17 0 0.56
HSL 190.27º 1% 0.22% -
HSV(B) 190.27º 1% 0.44% -
XYZ 6.7 8.8 16.38 -
YUV 66.66 153.02 80.46 -
System Red Green Blue C M Y K H S L
Decimal 0 92 111 1 0.17 0 0.56 190.27 1 0.22
Hex 0 5C 6F 64 11 0 38 BE 64 16
Octal 0 134 157 144 21 0 70 276 144 26
Binary 0 1011100 1101111 1100100 10001 0 111000 10111110 1100100 10110

Color Harmonies of #005C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005C6F

Black with #005C6F

Text Example


Text Example

White with #005C6F

Text Example


Text Example

HTML Codes & Css Web 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>