Html Css Color HEX #055374 Blue Lagoon

📋 copy color: '#055374'

red 5 ◦ green 83 ◦ blue 116

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

Shades of Blue Lagoon #055374

Tints of Blue Lagoon #055374

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.69%

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

R = 2.45%
G = 40.69%
B = 56.86%

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

#055374 (or 0x055374) is known color: Blue Lagoon. HEX triplet: 05, 53 and 74. RGB value is (5,83,116). Sum of RGB (Red+Green+Blue) = 5+83+116=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 116 (45.70% from 255 or 56.86% from 204); Max value from RGB is 116 - color contains mainly: blue. Hex color #055374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055374 is #FAAC8B. Grayscale: #3F3F3F. Windows color (decimal): -16428172 or 7623429. OLE color: 7623429.

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

Color convert

RGB 5 83 116 -
CMYK 0.96 0.28 0 0.55
HSL 197.84º 0.92% 0.24% -
HSV(B) 197.84º 0.96% 0.45% -
XYZ 6.31 7.48 17.63 -
YUV 63.44 157.66 86.32 -
System Red Green Blue C M Y K H S L
Decimal 5 83 116 0.96 0.28 0 0.55 197.84 0.92 0.24
Hex 5 53 74 60 1C 0 37 C6 5C 18
Octal 5 123 164 140 34 0 67 306 134 30
Binary 101 1010011 1110100 1100000 11100 0 110111 11000110 1011100 11000

Color Harmonies of #055374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055374

Black with #055374

Text Example


Text Example

White with #055374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055374; }

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

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

background-color css

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

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

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

border-color css

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

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

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