Html Css Color HEX #055474 Blue Lagoon

📋 copy color: '#055474'

red 5 ◦ green 84 ◦ blue 116

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

Shades of Blue Lagoon #055474

Tints of Blue Lagoon #055474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 56.59%

R = 2.44%
G = 40.98%
B = 56.59%

CMYK

 C value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#055474 (or 0x055474) is known color: Blue Lagoon. HEX triplet: 05, 54 and 74. RGB value is (5,84,116). Sum of RGB (Red+Green+Blue) = 5+84+116=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 116 (45.70% from 255 or 56.59% from 205); Max value from RGB is 116 - color contains mainly: blue. Hex color #055474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055474 is #FAAB8B. Grayscale: #3F3F3F. Windows color (decimal): -16427916 or 7623685. OLE color: 7623685.

HSL color Cylindrical-coordinate representation of color #055474: hue angle of 197.3º 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 #055474 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 84 116 -
CMYK 0.96 0.28 0 0.55
HSL 197.3º 0.92% 0.24% -
HSV(B) 197.3º 0.96% 0.45% -
XYZ 6.39 7.63 17.66 -
YUV 64.03 157.33 85.9 -
System Red Green Blue C M Y K H S L
Decimal 5 84 116 0.96 0.28 0 0.55 197.3 0.92 0.24
Hex 5 54 74 60 1C 0 37 C5 5C 18
Octal 5 124 164 140 34 0 67 305 134 30
Binary 101 1010100 1110100 1100000 11100 0 110111 11000101 1011100 11000

Color Harmonies of #055474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055474

Black with #055474

Text Example


Text Example

White with #055474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055474; }

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

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

background-color css

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

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

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

border-color css

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

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

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