Html Css Color HEX #055470 Blue Lagoon

📋 copy color: '#055470'

red 5 ◦ green 84 ◦ blue 112

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

Shades of Blue Lagoon #055470

Tints of Blue Lagoon #055470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 55.72%

R = 2.49%
G = 41.79%
B = 55.72%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#055470 (or 0x055470) is known color: Blue Lagoon. HEX triplet: 05, 54 and 70. RGB value is (5,84,112). Sum of RGB (Red+Green+Blue) = 5+84+112=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #055470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055470 is #FAAB8F. Grayscale: #3F3F3F. Windows color (decimal): -16427920 or 7361541. OLE color: 7361541.

HSL color Cylindrical-coordinate representation of color #055470: hue angle of 195.7º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055470 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 84 112 -
CMYK 0.96 0.25 0 0.56
HSL 195.7º 0.91% 0.23% -
HSV(B) 195.7º 0.96% 0.44% -
XYZ 6.16 7.54 16.46 -
YUV 63.57 155.33 86.22 -
System Red Green Blue C M Y K H S L
Decimal 5 84 112 0.96 0.25 0 0.56 195.7 0.91 0.23
Hex 5 54 70 60 19 0 38 C4 5B 17
Octal 5 124 160 140 31 0 70 304 133 27
Binary 101 1010100 1110000 1100000 11001 0 111000 11000100 1011011 10111

Color Harmonies of #055470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055470

Black with #055470

Text Example


Text Example

White with #055470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055470; }

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

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

background-color css

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

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

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

border-color css

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

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

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