Html Css Color HEX #056588 Blue Lagoon

📋 copy color: '#056588'

red 5 ◦ green 101 ◦ blue 136

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

Shades of Blue Lagoon #056588

Tints of Blue Lagoon #056588

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.74%

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

R = 2.07%
G = 41.74%
B = 56.2%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#056588 (or 0x056588) is known color: Blue Lagoon. HEX triplet: 05, 65 and 88. RGB value is (5,101,136). Sum of RGB (Red+Green+Blue) = 5+101+136=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #056588 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056588 is #FA9A77. Grayscale: #4C4C4C. Windows color (decimal): -16423544 or 8938757. OLE color: 8938757.

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

Color convert

RGB 5 101 136 -
CMYK 0.96 0.26 0 0.47
HSL 196.03º 0.93% 0.28% -
HSV(B) 196.03º 0.96% 0.53% -
XYZ 9.16 11.12 24.96 -
YUV 76.29 161.7 77.15 -
System Red Green Blue C M Y K H S L
Decimal 5 101 136 0.96 0.26 0 0.47 196.03 0.93 0.28
Hex 5 65 88 60 1A 0 2F C4 5D 1C
Octal 5 145 210 140 32 0 57 304 135 34
Binary 101 1100101 10001000 1100000 11010 0 101111 11000100 1011101 11100

Color Harmonies of #056588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056588

Black with #056588

Text Example


Text Example

White with #056588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056588; }

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

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

background-color css

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

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

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

border-color css

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

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

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