Html Css Color HEX #056B71 Blue Lagoon

📋 copy color: '#056B71'

red 5 ◦ green 107 ◦ blue 113

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

Shades of Blue Lagoon #056B71

Tints of Blue Lagoon #056B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 50.22%

R = 2.22%
G = 47.56%
B = 50.22%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#056B71 (or 0x056B71) is known color: Blue Lagoon. HEX triplet: 05, 6B and 71. RGB value is (5,107,113). Sum of RGB (Red+Green+Blue) = 5+107+113=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 107 (42.19% from 255 or 47.56% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #056B71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056B71 is #FA948E. Grayscale: #4D4D4D. Windows color (decimal): -16422031 or 7432965. OLE color: 7432965.

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

Color convert

RGB 5 107 113 -
CMYK 0.96 0.05 0 0.56
HSL 183.33º 0.92% 0.23% -
HSV(B) 183.33º 0.96% 0.44% -
XYZ 8.3 11.74 17.45 -
YUV 77.19 148.21 76.51 -
System Red Green Blue C M Y K H S L
Decimal 5 107 113 0.96 0.05 0 0.56 183.33 0.92 0.23
Hex 5 6B 71 60 5 0 38 B7 5C 17
Octal 5 153 161 140 5 0 70 267 134 27
Binary 101 1101011 1110001 1100000 101 0 111000 10110111 1011100 10111

Color Harmonies of #056B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056B71

Black with #056B71

Text Example


Text Example

White with #056B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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