Html Css Color HEX #056082 Blue Lagoon

📋 copy color: '#056082'

red 5 ◦ green 96 ◦ blue 130

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

Shades of Blue Lagoon #056082

Tints of Blue Lagoon #056082

RGB

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

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

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

R = 2.16%
G = 41.56%
B = 56.28%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#056082 (or 0x056082) is known color: Blue Lagoon. HEX triplet: 05, 60 and 82. RGB value is (5,96,130). Sum of RGB (Red+Green+Blue) = 5+96+130=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 130 (51.17% from 255 or 56.28% from 231); Max value from RGB is 130 - color contains mainly: blue. Hex color #056082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056082 is #FA9F7D. Grayscale: #484848. Windows color (decimal): -16424830 or 8544261. OLE color: 8544261.

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

Color convert

RGB 5 96 130 -
CMYK 0.96 0.26 0 0.49
HSL 196.32º 0.93% 0.26% -
HSV(B) 196.32º 0.96% 0.51% -
XYZ 8.27 10.01 22.62 -
YUV 72.67 160.35 79.74 -
System Red Green Blue C M Y K H S L
Decimal 5 96 130 0.96 0.26 0 0.49 196.32 0.93 0.26
Hex 5 60 82 60 1A 0 31 C4 5D 1A
Octal 5 140 202 140 32 0 61 304 135 32
Binary 101 1100000 10000010 1100000 11010 0 110001 11000100 1011101 11010

Color Harmonies of #056082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056082

Black with #056082

Text Example


Text Example

White with #056082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056082; }

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

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

background-color css

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

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

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

border-color css

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

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

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