Html Css Color HEX #056286 Blue Lagoon

📋 copy color: '#056286'

red 5 ◦ green 98 ◦ blue 134

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

Shades of Blue Lagoon #056286

Tints of Blue Lagoon #056286

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.35%

 BLUE value IS 134 (52.73% from 255) = 56.54%

R = 2.11%
G = 41.35%
B = 56.54%

CMYK

 C value IS 0.96

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#056286 (or 0x056286) is known color: Blue Lagoon. HEX triplet: 05, 62 and 86. RGB value is (5,98,134). Sum of RGB (Red+Green+Blue) = 5+98+134=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 134 (52.73% from 255 or 56.54% from 237); Max value from RGB is 134 - color contains mainly: blue. Hex color #056286 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056286 is #FA9D79. Grayscale: #4A4A4A. Windows color (decimal): -16424314 or 8806917. OLE color: 8806917.

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

Color convert

RGB 5 98 134 -
CMYK 0.96 0.27 0 0.47
HSL 196.74º 0.93% 0.27% -
HSV(B) 196.74º 0.96% 0.53% -
XYZ 8.73 10.49 24.12 -
YUV 74.3 161.69 78.57 -
System Red Green Blue C M Y K H S L
Decimal 5 98 134 0.96 0.27 0 0.47 196.74 0.93 0.27
Hex 5 62 86 60 1B 0 2F C5 5D 1B
Octal 5 142 206 140 33 0 57 305 135 33
Binary 101 1100010 10000110 1100000 11011 0 101111 11000101 1011101 11011

Color Harmonies of #056286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056286

Black with #056286

Text Example


Text Example

White with #056286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056286; }

 p { color: rgb(5,98,134); }

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

background-color css

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

 a { background-color: rgb(5,98,134); }

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

border-color css

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

 span { border-color: rgb(5,98,134); }

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