Html Css Color HEX #056670 Blue Lagoon

📋 copy color: '#056670'

red 5 ◦ green 102 ◦ blue 112

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

Shades of Blue Lagoon #056670

Tints of Blue Lagoon #056670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 51.14%

R = 2.28%
G = 46.58%
B = 51.14%

CMYK

 C value IS 0.96

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#056670 (or 0x056670) is known color: Blue Lagoon. HEX triplet: 05, 66 and 70. RGB value is (5,102,112). Sum of RGB (Red+Green+Blue) = 5+102+112=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 102 (40.23% from 255 or 46.58% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #056670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056670 is #FA998F. Grayscale: #4A4A4A. Windows color (decimal): -16423312 or 7366149. OLE color: 7366149.

HSL color Cylindrical-coordinate representation of color #056670: hue angle of 185.61º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056670 is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 102 112 -
CMYK 0.96 0.09 0 0.56
HSL 185.61º 0.91% 0.23% -
HSV(B) 185.61º 0.96% 0.44% -
XYZ 7.74 10.7 16.99 -
YUV 74.14 149.36 78.69 -
System Red Green Blue C M Y K H S L
Decimal 5 102 112 0.96 0.09 0 0.56 185.61 0.91 0.23
Hex 5 66 70 60 9 0 38 BA 5B 17
Octal 5 146 160 140 11 0 70 272 133 27
Binary 101 1100110 1110000 1100000 1001 0 111000 10111010 1011011 10111

Color Harmonies of #056670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056670

Black with #056670

Text Example


Text Example

White with #056670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056670; }

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

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

background-color css

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

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

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

border-color css

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

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

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