Html Css Color HEX #056D78 Blue Lagoon

📋 copy color: '#056D78'

red 5 ◦ green 109 ◦ blue 120

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

Shades of Blue Lagoon #056D78

Tints of Blue Lagoon #056D78

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.58%

 BLUE value IS 120 (47.27% from 255) = 51.28%

R = 2.14%
G = 46.58%
B = 51.28%

CMYK

 C value IS 0.96

 M value IS 0.09

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#056D78 (or 0x056D78) is known color: Blue Lagoon. HEX triplet: 05, 6D and 78. RGB value is (5,109,120). Sum of RGB (Red+Green+Blue) = 5+109+120=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 109 (42.97% from 255 or 46.58% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #056D78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056D78 is #FA9287. Grayscale: #4F4F4F. Windows color (decimal): -16421512 or 7892229. OLE color: 7892229.

HSL color Cylindrical-coordinate representation of color #056D78: hue angle of 185.74º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056D78 is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 109 120 -
CMYK 0.96 0.09 0 0.53
HSL 185.74º 0.92% 0.25% -
HSV(B) 185.74º 0.96% 0.47% -
XYZ 8.92 12.33 19.68 -
YUV 79.16 151.04 75.11 -
System Red Green Blue C M Y K H S L
Decimal 5 109 120 0.96 0.09 0 0.53 185.74 0.92 0.25
Hex 5 6D 78 60 9 0 35 BA 5C 19
Octal 5 155 170 140 11 0 65 272 134 31
Binary 101 1101101 1111000 1100000 1001 0 110101 10111010 1011100 11001

Color Harmonies of #056D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056D78

Black with #056D78

Text Example


Text Example

White with #056D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056D78; }

 p { color: rgb(5,109,120); }

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

background-color css

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

 a { background-color: rgb(5,109,120); }

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

border-color css

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

 span { border-color: rgb(5,109,120); }

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