Html Css Color HEX #056887 Blue Lagoon

📋 copy color: '#056887'

red 5 ◦ green 104 ◦ blue 135

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

Shades of Blue Lagoon #056887

Tints of Blue Lagoon #056887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 55.33%

R = 2.05%
G = 42.62%
B = 55.33%

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

#056887 (or 0x056887) is known color: Blue Lagoon. HEX triplet: 05, 68 and 87. RGB value is (5,104,135). Sum of RGB (Red+Green+Blue) = 5+104+135=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 135 (53.12% from 255 or 55.33% from 244); Max value from RGB is 135 - color contains mainly: blue. Hex color #056887 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056887 is #FA9778. Grayscale: #4D4D4D. Windows color (decimal): -16422777 or 8873989. OLE color: 8873989.

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

Color convert

RGB 5 104 135 -
CMYK 0.96 0.23 0 0.47
HSL 194.31º 0.93% 0.27% -
HSV(B) 194.31º 0.96% 0.53% -
XYZ 9.39 11.68 24.68 -
YUV 77.93 160.2 75.98 -
System Red Green Blue C M Y K H S L
Decimal 5 104 135 0.96 0.23 0 0.47 194.31 0.93 0.27
Hex 5 68 87 60 17 0 2F C2 5D 1B
Octal 5 150 207 140 27 0 57 302 135 33
Binary 101 1101000 10000111 1100000 10111 0 101111 11000010 1011101 11011

Color Harmonies of #056887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056887

Black with #056887

Text Example


Text Example

White with #056887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056887; }

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

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

background-color css

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

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

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

border-color css

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

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

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