Html Css Color HEX #056788 Blue Lagoon

📋 copy color: '#056788'

red 5 ◦ green 103 ◦ blue 136

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

Shades of Blue Lagoon #056788

Tints of Blue Lagoon #056788

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.21%

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

R = 2.05%
G = 42.21%
B = 55.74%

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

#056788 (or 0x056788) is known color: Blue Lagoon. HEX triplet: 05, 67 and 88. RGB value is (5,103,136). Sum of RGB (Red+Green+Blue) = 5+103+136=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 136 (53.52% from 255 or 55.74% from 244); Max value from RGB is 136 - color contains mainly: blue. Hex color #056788 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056788 is #FA9877. Grayscale: #4D4D4D. Windows color (decimal): -16423032 or 8939269. OLE color: 8939269.

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

Color convert

RGB 5 103 136 -
CMYK 0.96 0.24 0 0.47
HSL 195.11º 0.93% 0.28% -
HSV(B) 195.11º 0.96% 0.53% -
XYZ 9.36 11.51 25.02 -
YUV 77.46 161.03 76.32 -
System Red Green Blue C M Y K H S L
Decimal 5 103 136 0.96 0.24 0 0.47 195.11 0.93 0.28
Hex 5 67 88 60 18 0 2F C3 5D 1C
Octal 5 147 210 140 30 0 57 303 135 34
Binary 101 1100111 10001000 1100000 11000 0 101111 11000011 1011101 11100

Color Harmonies of #056788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056788

Black with #056788

Text Example


Text Example

White with #056788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056788; }

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

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

background-color css

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

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

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

border-color css

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

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

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