Html Css Color HEX #056A7E Blue Lagoon

📋 copy color: '#056A7E'

red 5 ◦ green 106 ◦ blue 126

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

Shades of Blue Lagoon #056A7E

Tints of Blue Lagoon #056A7E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 44.73%

 BLUE value IS 126 (49.61% from 255) = 53.16%

R = 2.11%
G = 44.73%
B = 53.16%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#056A7E (or 0x056A7E) is known color: Blue Lagoon. HEX triplet: 05, 6A and 7E. RGB value is (5,106,126). Sum of RGB (Red+Green+Blue) = 5+106+126=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 106 (41.80% from 255 or 44.73% from 237); Blue value is 126 (49.61% from 255 or 53.16% from 237); Max value from RGB is 126 - color contains mainly: blue. Hex color #056A7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056A7E is #FA9581. Grayscale: #4D4D4D. Windows color (decimal): -16422274 or 8284677. OLE color: 8284677.

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

Color convert

RGB 5 106 126 -
CMYK 0.96 0.16 0 0.51
HSL 189.92º 0.92% 0.26% -
HSV(B) 189.92º 0.96% 0.49% -
XYZ 8.98 11.85 21.55 -
YUV 78.08 155.04 75.87 -
System Red Green Blue C M Y K H S L
Decimal 5 106 126 0.96 0.16 0 0.51 189.92 0.92 0.26
Hex 5 6A 7E 60 10 0 33 BE 5C 1A
Octal 5 152 176 140 20 0 63 276 134 32
Binary 101 1101010 1111110 1100000 10000 0 110011 10111110 1011100 11010

Color Harmonies of #056A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056A7E

Black with #056A7E

Text Example


Text Example

White with #056A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,106,126); }

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

background-color css

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

 a { background-color: rgb(5,106,126); }

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

border-color css

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

 span { border-color: rgb(5,106,126); }

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