Html Css Color HEX #056888 Blue Lagoon

📋 copy color: '#056888'

red 5 ◦ green 104 ◦ blue 136

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

Shades of Blue Lagoon #056888

Tints of Blue Lagoon #056888

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.45%

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

R = 2.04%
G = 42.45%
B = 55.51%

CMYK

 C value IS 0.96

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#056888 (or 0x056888) is known color: Blue Lagoon. HEX triplet: 05, 68 and 88. RGB value is (5,104,136). Sum of RGB (Red+Green+Blue) = 5+104+136=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 136 (53.52% from 255 or 55.51% from 245); Max value from RGB is 136 - color contains mainly: blue. Hex color #056888 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056888 is #FA9777. Grayscale: #4D4D4D. Windows color (decimal): -16422776 or 8939525. OLE color: 8939525.

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

Color convert

RGB 5 104 136 -
CMYK 0.96 0.24 0 0.47
HSL 194.66º 0.93% 0.28% -
HSV(B) 194.66º 0.96% 0.53% -
XYZ 9.46 11.71 25.05 -
YUV 78.05 160.7 75.9 -
System Red Green Blue C M Y K H S L
Decimal 5 104 136 0.96 0.24 0 0.47 194.66 0.93 0.28
Hex 5 68 88 60 18 0 2F C3 5D 1C
Octal 5 150 210 140 30 0 57 303 135 34
Binary 101 1101000 10001000 1100000 11000 0 101111 11000011 1011101 11100

Color Harmonies of #056888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056888

Black with #056888

Text Example


Text Example

White with #056888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056888; }

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

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

background-color css

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

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

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

border-color css

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

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

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