Html Css Color HEX #005D73 Blue Lagoon

📋 copy color: '#005D73'

red 0 ◦ green 93 ◦ blue 115

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

Shades of Blue Lagoon #005D73

Tints of Blue Lagoon #005D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 55.29%

R = 0%
G = 44.71%
B = 55.29%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#005D73 (or 0x005D73) is known color: Blue Lagoon. HEX triplet: 00, 5D and 73. RGB value is (0,93,115). Sum of RGB (Red+Green+Blue) = 0+93+115=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 93 (36.72% from 255 or 44.71% from 208); Blue value is 115 (45.31% from 255 or 55.29% from 208); Max value from RGB is 115 - color contains mainly: blue. Hex color #005D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005D73 is #FFA28C. Grayscale: #434343. Windows color (decimal): -16753293 or 7560448. OLE color: 7560448.

HSL color Cylindrical-coordinate representation of color #005D73: hue angle of 191.48º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005D73 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 93 115 -
CMYK 1 0.19 0 0.55
HSL 191.48º 1% 0.23% -
HSV(B) 191.48º 1% 0.45% -
XYZ 7.01 9.07 17.6 -
YUV 67.7 154.69 79.71 -
System Red Green Blue C M Y K H S L
Decimal 0 93 115 1 0.19 0 0.55 191.48 1 0.23
Hex 0 5D 73 64 13 0 37 BF 64 17
Octal 0 135 163 144 23 0 67 277 144 27
Binary 0 1011101 1110011 1100100 10011 0 110111 10111111 1100100 10111

Color Harmonies of #005D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005D73

Black with #005D73

Text Example


Text Example

White with #005D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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