Html Css Color HEX #056488 Blue Lagoon

📋 copy color: '#056488'

red 5 ◦ green 100 ◦ blue 136

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

Shades of Blue Lagoon #056488

Tints of Blue Lagoon #056488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.49%

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

R = 2.07%
G = 41.49%
B = 56.43%

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

#056488 (or 0x056488) is known color: Blue Lagoon. HEX triplet: 05, 64 and 88. RGB value is (5,100,136). Sum of RGB (Red+Green+Blue) = 5+100+136=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #056488 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056488 is #FA9B77. Grayscale: #4B4B4B. Windows color (decimal): -16423800 or 8938501. OLE color: 8938501.

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

Color convert

RGB 5 100 136 -
CMYK 0.96 0.26 0 0.47
HSL 196.49º 0.93% 0.28% -
HSV(B) 196.49º 0.96% 0.53% -
XYZ 9.06 10.92 24.92 -
YUV 75.7 162.03 77.57 -
System Red Green Blue C M Y K H S L
Decimal 5 100 136 0.96 0.26 0 0.47 196.49 0.93 0.28
Hex 5 64 88 60 1A 0 2F C4 5D 1C
Octal 5 144 210 140 32 0 57 304 135 34
Binary 101 1100100 10001000 1100000 11010 0 101111 11000100 1011101 11100

Color Harmonies of #056488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056488

Black with #056488

Text Example


Text Example

White with #056488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056488; }

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

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

background-color css

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

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

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

border-color css

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

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

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