Html Css Color HEX #055473 Blue Lagoon

📋 copy color: '#055473'

red 5 ◦ green 84 ◦ blue 115

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

Shades of Blue Lagoon #055473

Tints of Blue Lagoon #055473

RGB

 RED value IS 5 (2.34% from 255) = 2.45%

 GREEN value IS 84 (33.2% from 255) = 41.18%

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

R = 2.45%
G = 41.18%
B = 56.37%

CMYK

 C value IS 0.96

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#055473 (or 0x055473) is known color: Blue Lagoon. HEX triplet: 05, 54 and 73. RGB value is (5,84,115). Sum of RGB (Red+Green+Blue) = 5+84+115=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #055473 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055473 is #FAAB8C. Grayscale: #3F3F3F. Windows color (decimal): -16427917 or 7558149. OLE color: 7558149.

HSL color Cylindrical-coordinate representation of color #055473: hue angle of 196.91º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055473 is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 84 115 -
CMYK 0.96 0.27 0 0.55
HSL 196.91º 0.92% 0.24% -
HSV(B) 196.91º 0.96% 0.45% -
XYZ 6.33 7.61 17.36 -
YUV 63.91 156.83 85.98 -
System Red Green Blue C M Y K H S L
Decimal 5 84 115 0.96 0.27 0 0.55 196.91 0.92 0.24
Hex 5 54 73 60 1B 0 37 C5 5C 18
Octal 5 124 163 140 33 0 67 305 134 30
Binary 101 1010100 1110011 1100000 11011 0 110111 11000101 1011100 11000

Color Harmonies of #055473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055473

Black with #055473

Text Example


Text Example

White with #055473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055473; }

 p { color: rgb(5,84,115); }

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

background-color css

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

 a { background-color: rgb(5,84,115); }

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

border-color css

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

 span { border-color: rgb(5,84,115); }

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