Html Css Color HEX #005578 Blue Lagoon

📋 copy color: '#005578'

red 0 ◦ green 85 ◦ blue 120

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

Shades of Blue Lagoon #005578

Tints of Blue Lagoon #005578

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.46%

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

R = 0%
G = 41.46%
B = 58.54%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#005578 (or 0x005578) is known color: Blue Lagoon. HEX triplet: 00, 55 and 78. RGB value is (0,85,120). Sum of RGB (Red+Green+Blue) = 0+85+120=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 120 (47.27% from 255 or 58.54% from 205); Max value from RGB is 120 - color contains mainly: blue. Hex color #005578 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005578 is #FFAA87. Grayscale: #3F3F3F. Windows color (decimal): -16755336 or 7886080. OLE color: 7886080.

HSL color Cylindrical-coordinate representation of color #005578: hue angle of 197.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 #005578 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 85 120 -
CMYK 1 0.29 0 0.53
HSL 197.5º 1% 0.24% -
HSV(B) 197.5º 1% 0.47% -
XYZ 6.64 7.85 18.94 -
YUV 63.58 159.84 82.65 -
System Red Green Blue C M Y K H S L
Decimal 0 85 120 1 0.29 0 0.53 197.5 1 0.24
Hex 0 55 78 64 1D 0 35 C6 64 18
Octal 0 125 170 144 35 0 65 306 144 30
Binary 0 1010101 1111000 1100100 11101 0 110101 11000110 1100100 11000

Color Harmonies of #005578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005578

Black with #005578

Text Example


Text Example

White with #005578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005578; }

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

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

background-color css

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

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

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

border-color css

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

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

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