Html Css Color HEX #005D78 Blue Lagoon

📋 copy color: '#005D78'

red 0 ◦ green 93 ◦ blue 120

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

Shades of Blue Lagoon #005D78

Tints of Blue Lagoon #005D78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 56.34%

R = 0%
G = 43.66%
B = 56.34%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#005D78 (or 0x005D78) is known color: Blue Lagoon. HEX triplet: 00, 5D and 78. RGB value is (0,93,120). Sum of RGB (Red+Green+Blue) = 0+93+120=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 120 (47.27% from 255 or 56.34% from 213); Max value from RGB is 120 - color contains mainly: blue. Hex color #005D78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005D78 is #FFA287. Grayscale: #444444. Windows color (decimal): -16753288 or 7888128. OLE color: 7888128.

HSL color Cylindrical-coordinate representation of color #005D78: hue angle of 193.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005D78 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 93 120 -
CMYK 1 0.22 0 0.53
HSL 193.5º 1% 0.24% -
HSV(B) 193.5º 1% 0.47% -
XYZ 7.3 9.18 19.16 -
YUV 68.27 157.19 79.3 -
System Red Green Blue C M Y K H S L
Decimal 0 93 120 1 0.22 0 0.53 193.5 1 0.24
Hex 0 5D 78 64 16 0 35 C2 64 18
Octal 0 135 170 144 26 0 65 302 144 30
Binary 0 1011101 1111000 1100100 10110 0 110101 11000010 1100100 11000

Color Harmonies of #005D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005D78

Black with #005D78

Text Example


Text Example

White with #005D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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