Html Css Color HEX #005D71 Blue Lagoon

📋 copy color: '#005D71'

red 0 ◦ green 93 ◦ blue 113

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

Shades of Blue Lagoon #005D71

Tints of Blue Lagoon #005D71

RGB

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

 GREEN value IS 93 (36.72% from 255) = 45.15%

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

R = 0%
G = 45.15%
B = 54.85%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#005D71 (or 0x005D71) is known color: Blue Lagoon. HEX triplet: 00, 5D and 71. RGB value is (0,93,113). Sum of RGB (Red+Green+Blue) = 0+93+113=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 93 (36.72% from 255 or 45.15% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #005D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005D71 is #FFA28E. Grayscale: #434343. Windows color (decimal): -16753295 or 7429376. OLE color: 7429376.

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

Color convert

RGB 0 93 113 -
CMYK 1 0.18 0 0.56
HSL 190.62º 1% 0.22% -
HSV(B) 190.62º 1% 0.44% -
XYZ 6.89 9.02 17 -
YUV 67.47 153.69 79.87 -
System Red Green Blue C M Y K H S L
Decimal 0 93 113 1 0.18 0 0.56 190.62 1 0.22
Hex 0 5D 71 64 12 0 38 BF 64 16
Octal 0 135 161 144 22 0 70 277 144 26
Binary 0 1011101 1110001 1100100 10010 0 111000 10111111 1100100 10110

Color Harmonies of #005D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005D71

Black with #005D71

Text Example


Text Example

White with #005D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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