Html Css Color HEX #056682 Blue Lagoon

📋 copy color: '#056682'

red 5 ◦ green 102 ◦ blue 130

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

Shades of Blue Lagoon #056682

Tints of Blue Lagoon #056682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.04%

 BLUE value IS 130 (51.17% from 255) = 54.85%

R = 2.11%
G = 43.04%
B = 54.85%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#056682 (or 0x056682) is known color: Blue Lagoon. HEX triplet: 05, 66 and 82. RGB value is (5,102,130). Sum of RGB (Red+Green+Blue) = 5+102+130=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #056682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056682 is #FA997D. Grayscale: #4B4B4B. Windows color (decimal): -16423294 or 8545797. OLE color: 8545797.

HSL color Cylindrical-coordinate representation of color #056682: hue angle of 193.44º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056682 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 102 130 -
CMYK 0.96 0.22 0 0.49
HSL 193.44º 0.93% 0.26% -
HSV(B) 193.44º 0.96% 0.51% -
XYZ 8.84 11.15 22.8 -
YUV 76.19 158.36 77.22 -
System Red Green Blue C M Y K H S L
Decimal 5 102 130 0.96 0.22 0 0.49 193.44 0.93 0.26
Hex 5 66 82 60 16 0 31 C1 5D 1A
Octal 5 146 202 140 26 0 61 301 135 32
Binary 101 1100110 10000010 1100000 10110 0 110001 11000001 1011101 11010

Color Harmonies of #056682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056682

Black with #056682

Text Example


Text Example

White with #056682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056682; }

 p { color: rgb(5,102,130); }

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

background-color css

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

 a { background-color: rgb(5,102,130); }

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

border-color css

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

 span { border-color: rgb(5,102,130); }

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