Html Css Color HEX #056A6B Blue Lagoon

📋 copy color: '#056A6B'

red 5 ◦ green 106 ◦ blue 107

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

Shades of Blue Lagoon #056A6B

Tints of Blue Lagoon #056A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 49.08%

R = 2.29%
G = 48.62%
B = 49.08%

CMYK

 C value IS 0.95

 M value IS 0.01

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#056A6B (or 0x056A6B) is known color: Blue Lagoon. HEX triplet: 05, 6A and 6B. RGB value is (5,106,107). Sum of RGB (Red+Green+Blue) = 5+106+107=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 106 (41.80% from 255 or 48.62% from 218); Blue value is 107 (42.19% from 255 or 49.08% from 218); Max value from RGB is 107 - color contains mainly: blue. Hex color #056A6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056A6B is #FA9594. Grayscale: #4B4B4B. Windows color (decimal): -16422293 or 7039493. OLE color: 7039493.

HSL color Cylindrical-coordinate representation of color #056A6B: hue angle of 180.59º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056A6B is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 106 107 -
CMYK 0.95 0.01 0 0.58
HSL 180.59º 0.91% 0.22% -
HSV(B) 180.59º 0.95% 0.42% -
XYZ 7.87 11.4 15.7 -
YUV 75.92 145.54 77.42 -
System Red Green Blue C M Y K H S L
Decimal 5 106 107 0.95 0.01 0 0.58 180.59 0.91 0.22
Hex 5 6A 6B 5F 1 0 3A B5 5B 16
Octal 5 152 153 137 1 0 72 265 133 26
Binary 101 1101010 1101011 1011111 1 0 111010 10110101 1011011 10110

Color Harmonies of #056A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056A6B

Black with #056A6B

Text Example


Text Example

White with #056A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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