Html Css Color HEX #056B73 Blue Lagoon

📋 copy color: '#056B73'

red 5 ◦ green 107 ◦ blue 115

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

Shades of Blue Lagoon #056B73

Tints of Blue Lagoon #056B73

RGB

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

 GREEN value IS 107 (42.19% from 255) = 47.14%

 BLUE value IS 115 (45.31% from 255) = 50.66%

R = 2.2%
G = 47.14%
B = 50.66%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#056B73 (or 0x056B73) is known color: Blue Lagoon. HEX triplet: 05, 6B and 73. RGB value is (5,107,115). Sum of RGB (Red+Green+Blue) = 5+107+115=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 107 (42.19% from 255 or 47.14% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #056B73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056B73 is #FA948C. Grayscale: #4D4D4D. Windows color (decimal): -16422029 or 7564037. OLE color: 7564037.

HSL color Cylindrical-coordinate representation of color #056B73: hue angle of 184.36º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056B73 is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 107 115 -
CMYK 0.96 0.07 0 0.55
HSL 184.36º 0.92% 0.24% -
HSV(B) 184.36º 0.96% 0.45% -
XYZ 8.41 11.79 18.05 -
YUV 77.41 149.21 76.35 -
System Red Green Blue C M Y K H S L
Decimal 5 107 115 0.96 0.07 0 0.55 184.36 0.92 0.24
Hex 5 6B 73 60 7 0 37 B8 5C 18
Octal 5 153 163 140 7 0 67 270 134 30
Binary 101 1101011 1110011 1100000 111 0 110111 10111000 1011100 11000

Color Harmonies of #056B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056B73

Black with #056B73

Text Example


Text Example

White with #056B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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