Html Css Color HEX #055371 Blue Lagoon

📋 copy color: '#055371'

red 5 ◦ green 83 ◦ blue 113

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

Shades of Blue Lagoon #055371

Tints of Blue Lagoon #055371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 56.22%

R = 2.49%
G = 41.29%
B = 56.22%

CMYK

 C value IS 0.96

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#055371 (or 0x055371) is known color: Blue Lagoon. HEX triplet: 05, 53 and 71. RGB value is (5,83,113). Sum of RGB (Red+Green+Blue) = 5+83+113=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #055371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055371 is #FAAC8E. Grayscale: #3E3E3E. Windows color (decimal): -16428175 or 7426821. OLE color: 7426821.

HSL color Cylindrical-coordinate representation of color #055371: hue angle of 196.67º degrees, saturation: 0.92, 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 #055371 is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 83 113 -
CMYK 0.96 0.27 0 0.56
HSL 196.67º 0.92% 0.23% -
HSV(B) 196.67º 0.96% 0.44% -
XYZ 6.14 7.41 16.73 -
YUV 63.1 156.16 86.56 -
System Red Green Blue C M Y K H S L
Decimal 5 83 113 0.96 0.27 0 0.56 196.67 0.92 0.23
Hex 5 53 71 60 1B 0 38 C5 5C 17
Octal 5 123 161 140 33 0 70 305 134 27
Binary 101 1010011 1110001 1100000 11011 0 111000 11000101 1011100 10111

Color Harmonies of #055371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055371

Black with #055371

Text Example


Text Example

White with #055371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055371; }

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

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

background-color css

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

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

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

border-color css

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

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

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