Html Css Color HEX #056C6F Blue Lagoon

📋 copy color: '#056C6F'

red 5 ◦ green 108 ◦ blue 111

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

Shades of Blue Lagoon #056C6F

Tints of Blue Lagoon #056C6F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 48.21%

 BLUE value IS 111 (43.75% from 255) = 49.55%

R = 2.23%
G = 48.21%
B = 49.55%

CMYK

 C value IS 0.95

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#056C6F (or 0x056C6F) is known color: Blue Lagoon. HEX triplet: 05, 6C and 6F. RGB value is (5,108,111). Sum of RGB (Red+Green+Blue) = 5+108+111=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 108 (42.58% from 255 or 48.21% from 224); Blue value is 111 (43.75% from 255 or 49.55% from 224); Max value from RGB is 111 - color contains mainly: blue. Hex color #056C6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056C6F is #FA9390. Grayscale: #4D4D4D. Windows color (decimal): -16421777 or 7302149. OLE color: 7302149.

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

Color convert

RGB 5 108 111 -
CMYK 0.95 0.03 0 0.56
HSL 181.7º 0.91% 0.23% -
HSV(B) 181.7º 0.95% 0.44% -
XYZ 8.29 11.91 16.9 -
YUV 77.55 146.88 76.26 -
System Red Green Blue C M Y K H S L
Decimal 5 108 111 0.95 0.03 0 0.56 181.7 0.91 0.23
Hex 5 6C 6F 5F 3 0 38 B6 5B 17
Octal 5 154 157 137 3 0 70 266 133 27
Binary 101 1101100 1101111 1011111 11 0 111000 10110110 1011011 10111

Color Harmonies of #056C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056C6F

Black with #056C6F

Text Example


Text Example

White with #056C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,108,111); }

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

background-color css

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

 a { background-color: rgb(5,108,111); }

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

border-color css

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

 span { border-color: rgb(5,108,111); }

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