Html Css Color HEX #056778 Blue Lagoon

📋 copy color: '#056778'

red 5 ◦ green 103 ◦ blue 120

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

Shades of Blue Lagoon #056778

Tints of Blue Lagoon #056778

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.18%

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

R = 2.19%
G = 45.18%
B = 52.63%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#056778 (or 0x056778) is known color: Blue Lagoon. HEX triplet: 05, 67 and 78. RGB value is (5,103,120). Sum of RGB (Red+Green+Blue) = 5+103+120=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 103 (40.62% from 255 or 45.18% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #056778 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056778 is #FA9887. Grayscale: #4B4B4B. Windows color (decimal): -16423048 or 7890693. OLE color: 7890693.

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

Color convert

RGB 5 103 120 -
CMYK 0.96 0.14 0 0.53
HSL 188.87º 0.92% 0.25% -
HSV(B) 188.87º 0.96% 0.47% -
XYZ 8.3 11.09 19.47 -
YUV 75.64 153.03 77.62 -
System Red Green Blue C M Y K H S L
Decimal 5 103 120 0.96 0.14 0 0.53 188.87 0.92 0.25
Hex 5 67 78 60 E 0 35 BD 5C 19
Octal 5 147 170 140 16 0 65 275 134 31
Binary 101 1100111 1111000 1100000 1110 0 110101 10111101 1011100 11001

Color Harmonies of #056778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056778

Black with #056778

Text Example


Text Example

White with #056778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056778; }

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

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

background-color css

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

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

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

border-color css

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

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

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