Html Css Color HEX #056580 Blue Lagoon

📋 copy color: '#056580'

red 5 ◦ green 101 ◦ blue 128

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

Shades of Blue Lagoon #056580

Tints of Blue Lagoon #056580

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.16%

 BLUE value IS 128 (50.39% from 255) = 54.7%

R = 2.14%
G = 43.16%
B = 54.7%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#056580 (or 0x056580) is known color: Blue Lagoon. HEX triplet: 05, 65 and 80. RGB value is (5,101,128). Sum of RGB (Red+Green+Blue) = 5+101+128=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 128 (50.39% from 255 or 54.70% from 234); Max value from RGB is 128 - color contains mainly: blue. Hex color #056580 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056580 is #FA9A7F. Grayscale: #4B4B4B. Windows color (decimal): -16423552 or 8414469. OLE color: 8414469.

HSL color Cylindrical-coordinate representation of color #056580: hue angle of 193.17º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056580 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 101 128 -
CMYK 0.96 0.21 0 0.50
HSL 193.17º 0.92% 0.26% -
HSV(B) 193.17º 0.96% 0.5% -
XYZ 8.61 10.9 22.07 -
YUV 75.37 157.7 77.8 -
System Red Green Blue C M Y K H S L
Decimal 5 101 128 0.96 0.21 0 0.50 193.17 0.92 0.26
Hex 5 65 80 60 15 0 32 C1 5C 1A
Octal 5 145 200 140 25 0 62 301 134 32
Binary 101 1100101 10000000 1100000 10101 0 110010 11000001 1011100 11010

Color Harmonies of #056580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056580

Black with #056580

Text Example


Text Example

White with #056580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056580; }

 p { color: rgb(5,101,128); }

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

background-color css

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

 a { background-color: rgb(5,101,128); }

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

border-color css

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

 span { border-color: rgb(5,101,128); }

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