Html Css Color HEX #056C7C Blue Lagoon

📋 copy color: '#056C7C'

red 5 ◦ green 108 ◦ blue 124

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

Shades of Blue Lagoon #056C7C

Tints of Blue Lagoon #056C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 52.32%

R = 2.11%
G = 45.57%
B = 52.32%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#056C7C (or 0x056C7C) is known color: Blue Lagoon. HEX triplet: 05, 6C and 7C. RGB value is (5,108,124). Sum of RGB (Red+Green+Blue) = 5+108+124=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 108 (42.58% from 255 or 45.57% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #056C7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056C7C is #FA9383. Grayscale: #4E4E4E. Windows color (decimal): -16421764 or 8154117. OLE color: 8154117.

HSL color Cylindrical-coordinate representation of color #056C7C: hue angle of 188.07º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056C7C is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 108 124 -
CMYK 0.96 0.13 0 0.51
HSL 188.07º 0.92% 0.25% -
HSV(B) 188.07º 0.96% 0.49% -
XYZ 9.06 12.21 20.95 -
YUV 79.03 153.38 75.2 -
System Red Green Blue C M Y K H S L
Decimal 5 108 124 0.96 0.13 0 0.51 188.07 0.92 0.25
Hex 5 6C 7C 60 D 0 33 BC 5C 19
Octal 5 154 174 140 15 0 63 274 134 31
Binary 101 1101100 1111100 1100000 1101 0 110011 10111100 1011100 11001

Color Harmonies of #056C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056C7C

Black with #056C7C

Text Example


Text Example

White with #056C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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