Html Css Color HEX #056678 Blue Lagoon

📋 copy color: '#056678'

red 5 ◦ green 102 ◦ blue 120

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

Shades of Blue Lagoon #056678

Tints of Blue Lagoon #056678

RGB

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

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

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

R = 2.2%
G = 44.93%
B = 52.86%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#056678 (or 0x056678) is known color: Blue Lagoon. HEX triplet: 05, 66 and 78. RGB value is (5,102,120). Sum of RGB (Red+Green+Blue) = 5+102+120=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #056678 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056678 is #FA9987. Grayscale: #4A4A4A. Windows color (decimal): -16423304 or 7890437. OLE color: 7890437.

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

Color convert

RGB 5 102 120 -
CMYK 0.96 0.15 0 0.53
HSL 189.39º 0.92% 0.25% -
HSV(B) 189.39º 0.96% 0.47% -
XYZ 8.2 10.89 19.44 -
YUV 75.05 153.36 78.04 -
System Red Green Blue C M Y K H S L
Decimal 5 102 120 0.96 0.15 0 0.53 189.39 0.92 0.25
Hex 5 66 78 60 F 0 35 BD 5C 19
Octal 5 146 170 140 17 0 65 275 134 31
Binary 101 1100110 1111000 1100000 1111 0 110101 10111101 1011100 11001

Color Harmonies of #056678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056678

Black with #056678

Text Example


Text Example

White with #056678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056678; }

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

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

background-color css

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

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

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

border-color css

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

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

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