Html Css Color HEX #056671 Blue Lagoon

📋 copy color: '#056671'

red 5 ◦ green 102 ◦ blue 113

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

Shades of Blue Lagoon #056671

Tints of Blue Lagoon #056671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 51.36%

R = 2.27%
G = 46.36%
B = 51.36%

CMYK

 C value IS 0.96

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#056671 (or 0x056671) is known color: Blue Lagoon. HEX triplet: 05, 66 and 71. RGB value is (5,102,113). Sum of RGB (Red+Green+Blue) = 5+102+113=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #056671 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056671 is #FA998E. Grayscale: #4A4A4A. Windows color (decimal): -16423311 or 7431685. OLE color: 7431685.

HSL color Cylindrical-coordinate representation of color #056671: hue angle of 186.11º degrees, saturation: 0.92, 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 #056671 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 102 113 -
CMYK 0.96 0.10 0 0.56
HSL 186.11º 0.92% 0.23% -
HSV(B) 186.11º 0.96% 0.44% -
XYZ 7.79 10.73 17.28 -
YUV 74.25 149.86 78.61 -
System Red Green Blue C M Y K H S L
Decimal 5 102 113 0.96 0.10 0 0.56 186.11 0.92 0.23
Hex 5 66 71 60 A 0 38 BA 5C 17
Octal 5 146 161 140 12 0 70 272 134 27
Binary 101 1100110 1110001 1100000 1010 0 111000 10111010 1011100 10111

Color Harmonies of #056671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056671

Black with #056671

Text Example


Text Example

White with #056671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056671; }

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

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

background-color css

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

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

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

border-color css

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

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

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