Html Css Color HEX #056486 Blue Lagoon

📋 copy color: '#056486'

red 5 ◦ green 100 ◦ blue 134

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

Shades of Blue Lagoon #056486

Tints of Blue Lagoon #056486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.84%

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

R = 2.09%
G = 41.84%
B = 56.07%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#056486 (or 0x056486) is known color: Blue Lagoon. HEX triplet: 05, 64 and 86. RGB value is (5,100,134). Sum of RGB (Red+Green+Blue) = 5+100+134=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 134 (52.73% from 255 or 56.07% from 239); Max value from RGB is 134 - color contains mainly: blue. Hex color #056486 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056486 is #FA9B79. Grayscale: #4B4B4B. Windows color (decimal): -16423802 or 8807429. OLE color: 8807429.

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

Color convert

RGB 5 100 134 -
CMYK 0.96 0.25 0 0.47
HSL 195.81º 0.93% 0.27% -
HSV(B) 195.81º 0.96% 0.53% -
XYZ 8.92 10.87 24.18 -
YUV 75.47 161.03 77.74 -
System Red Green Blue C M Y K H S L
Decimal 5 100 134 0.96 0.25 0 0.47 195.81 0.93 0.27
Hex 5 64 86 60 19 0 2F C4 5D 1B
Octal 5 144 206 140 31 0 57 304 135 33
Binary 101 1100100 10000110 1100000 11001 0 101111 11000100 1011101 11011

Color Harmonies of #056486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056486

Black with #056486

Text Example


Text Example

White with #056486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056486; }

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

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

background-color css

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

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

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

border-color css

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

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

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