Html Css Color HEX #055272 Blue Lagoon

📋 copy color: '#055272'

red 5 ◦ green 82 ◦ blue 114

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

Shades of Blue Lagoon #055272

Tints of Blue Lagoon #055272

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.8%

 BLUE value IS 114 (44.92% from 255) = 56.72%

R = 2.49%
G = 40.8%
B = 56.72%

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

#055272 (or 0x055272) is known color: Blue Lagoon. HEX triplet: 05, 52 and 72. RGB value is (5,82,114). Sum of RGB (Red+Green+Blue) = 5+82+114=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #055272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055272 is #FAAD8D. Grayscale: #3E3E3E. Windows color (decimal): -16428430 or 7492101. OLE color: 7492101.

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

Color convert

RGB 5 82 114 -
CMYK 0.96 0.28 0 0.55
HSL 197.61º 0.92% 0.23% -
HSV(B) 197.61º 0.96% 0.45% -
XYZ 6.12 7.28 17 -
YUV 62.63 156.99 86.9 -
System Red Green Blue C M Y K H S L
Decimal 5 82 114 0.96 0.28 0 0.55 197.61 0.92 0.23
Hex 5 52 72 60 1C 0 37 C6 5C 17
Octal 5 122 162 140 34 0 67 306 134 27
Binary 101 1010010 1110010 1100000 11100 0 110111 11000110 1011100 10111

Color Harmonies of #055272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055272

Black with #055272

Text Example


Text Example

White with #055272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055272; }

 p { color: rgb(5,82,114); }

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

background-color css

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

 a { background-color: rgb(5,82,114); }

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

border-color css

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

 span { border-color: rgb(5,82,114); }

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