Html Css Color HEX #056088 Blue Lagoon

📋 copy color: '#056088'

red 5 ◦ green 96 ◦ blue 136

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

Shades of Blue Lagoon #056088

Tints of Blue Lagoon #056088

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.51%

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

R = 2.11%
G = 40.51%
B = 57.38%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#056088 (or 0x056088) is known color: Blue Lagoon. HEX triplet: 05, 60 and 88. RGB value is (5,96,136). Sum of RGB (Red+Green+Blue) = 5+96+136=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 136 (53.52% from 255 or 57.38% from 237); Max value from RGB is 136 - color contains mainly: blue. Hex color #056088 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056088 is #FA9F77. Grayscale: #494949. Windows color (decimal): -16424824 or 8937477. OLE color: 8937477.

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

Color convert

RGB 5 96 136 -
CMYK 0.96 0.29 0 0.47
HSL 198.32º 0.93% 0.28% -
HSV(B) 198.32º 0.96% 0.53% -
XYZ 8.69 10.18 24.8 -
YUV 73.35 163.35 79.25 -
System Red Green Blue C M Y K H S L
Decimal 5 96 136 0.96 0.29 0 0.47 198.32 0.93 0.28
Hex 5 60 88 60 1D 0 2F C6 5D 1C
Octal 5 140 210 140 35 0 57 306 135 34
Binary 101 1100000 10001000 1100000 11101 0 101111 11000110 1011101 11100

Color Harmonies of #056088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056088

Black with #056088

Text Example


Text Example

White with #056088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056088; }

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

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

background-color css

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

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

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

border-color css

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

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

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