Html Css Color HEX #005C71 Blue Lagoon

📋 copy color: '#005C71'

red 0 ◦ green 92 ◦ blue 113

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

Shades of Blue Lagoon #005C71

Tints of Blue Lagoon #005C71

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 92 (36.33% from 255) = 44.88%

 BLUE value IS 113 (44.53% from 255) = 55.12%

R = 0%
G = 44.88%
B = 55.12%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#005C71 (or 0x005C71) is known color: Blue Lagoon. HEX triplet: 00, 5C and 71. RGB value is (0,92,113). Sum of RGB (Red+Green+Blue) = 0+92+113=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #005C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005C71 is #FFA38E. Grayscale: #424242. Windows color (decimal): -16753551 or 7429120. OLE color: 7429120.

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

Color convert

RGB 0 92 113 -
CMYK 1 0.19 0 0.56
HSL 191.15º 1% 0.22% -
HSV(B) 191.15º 1% 0.44% -
XYZ 6.81 8.85 16.97 -
YUV 66.89 154.02 80.29 -
System Red Green Blue C M Y K H S L
Decimal 0 92 113 1 0.19 0 0.56 191.15 1 0.22
Hex 0 5C 71 64 13 0 38 BF 64 16
Octal 0 134 161 144 23 0 70 277 144 26
Binary 0 1011100 1110001 1100100 10011 0 111000 10111111 1100100 10110

Color Harmonies of #005C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005C71

Black with #005C71

Text Example


Text Example

White with #005C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #005C71;
 }
 .AnyTagClassName
 {
   color: #005C71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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