Html Css Color HEX #056988 Blue Lagoon

📋 copy color: '#056988'

red 5 ◦ green 105 ◦ blue 136

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

Shades of Blue Lagoon #056988

Tints of Blue Lagoon #056988

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.68%

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

R = 2.03%
G = 42.68%
B = 55.28%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#056988 (or 0x056988) is known color: Blue Lagoon. HEX triplet: 05, 69 and 88. RGB value is (5,105,136). Sum of RGB (Red+Green+Blue) = 5+105+136=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 136 (53.52% from 255 or 55.28% from 246); Max value from RGB is 136 - color contains mainly: blue. Hex color #056988 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056988 is #FA9677. Grayscale: #4E4E4E. Windows color (decimal): -16422520 or 8939781. OLE color: 8939781.

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

Color convert

RGB 5 105 136 -
CMYK 0.96 0.23 0 0.47
HSL 194.2º 0.93% 0.28% -
HSV(B) 194.2º 0.96% 0.53% -
XYZ 9.56 11.91 25.09 -
YUV 78.63 160.37 75.48 -
System Red Green Blue C M Y K H S L
Decimal 5 105 136 0.96 0.23 0 0.47 194.2 0.93 0.28
Hex 5 69 88 60 17 0 2F C2 5D 1C
Octal 5 151 210 140 27 0 57 302 135 34
Binary 101 1101001 10001000 1100000 10111 0 101111 11000010 1011101 11100

Color Harmonies of #056988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056988

Black with #056988

Text Example


Text Example

White with #056988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056988; }

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

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

background-color css

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

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

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

border-color css

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

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

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