Html Css Color HEX #056288 Blue Lagoon

📋 copy color: '#056288'

red 5 ◦ green 98 ◦ blue 136

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

Shades of Blue Lagoon #056288

Tints of Blue Lagoon #056288

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41%

 BLUE value IS 136 (53.52% from 255) = 56.9%

R = 2.09%
G = 41%
B = 56.9%

CMYK

 C value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#056288 (or 0x056288) is known color: Blue Lagoon. HEX triplet: 05, 62 and 88. RGB value is (5,98,136). Sum of RGB (Red+Green+Blue) = 5+98+136=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 136 (53.52% from 255 or 56.90% from 239); Max value from RGB is 136 - color contains mainly: blue. Hex color #056288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056288 is #FA9D77. Grayscale: #4A4A4A. Windows color (decimal): -16424312 or 8937989. OLE color: 8937989.

HSL color Cylindrical-coordinate representation of color #056288: hue angle of 197.4º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056288 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 98 136 -
CMYK 0.96 0.28 0 0.47
HSL 197.4º 0.93% 0.28% -
HSV(B) 197.4º 0.96% 0.53% -
XYZ 8.87 10.55 24.86 -
YUV 74.53 162.69 78.41 -
System Red Green Blue C M Y K H S L
Decimal 5 98 136 0.96 0.28 0 0.47 197.4 0.93 0.28
Hex 5 62 88 60 1C 0 2F C5 5D 1C
Octal 5 142 210 140 34 0 57 305 135 34
Binary 101 1100010 10001000 1100000 11100 0 101111 11000101 1011101 11100

Color Harmonies of #056288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056288

Black with #056288

Text Example


Text Example

White with #056288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056288; }

 p { color: rgb(5,98,136); }

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

background-color css

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

 a { background-color: rgb(5,98,136); }

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

border-color css

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

 span { border-color: rgb(5,98,136); }

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