Html Css Color HEX #056271 Blue Lagoon

📋 copy color: '#056271'

red 5 ◦ green 98 ◦ blue 113

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

Shades of Blue Lagoon #056271

Tints of Blue Lagoon #056271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.37%

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

R = 2.31%
G = 45.37%
B = 52.31%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#056271 (or 0x056271) is known color: Blue Lagoon. HEX triplet: 05, 62 and 71. RGB value is (5,98,113). Sum of RGB (Red+Green+Blue) = 5+98+113=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #056271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056271 is #FA9D8E. Grayscale: #474747. Windows color (decimal): -16424335 or 7430661. OLE color: 7430661.

HSL color Cylindrical-coordinate representation of color #056271: hue angle of 188.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 #056271 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 98 113 -
CMYK 0.96 0.13 0 0.56
HSL 188.33º 0.92% 0.23% -
HSV(B) 188.33º 0.96% 0.44% -
XYZ 7.41 9.96 17.15 -
YUV 71.9 151.19 80.28 -
System Red Green Blue C M Y K H S L
Decimal 5 98 113 0.96 0.13 0 0.56 188.33 0.92 0.23
Hex 5 62 71 60 D 0 38 BC 5C 17
Octal 5 142 161 140 15 0 70 274 134 27
Binary 101 1100010 1110001 1100000 1101 0 111000 10111100 1011100 10111

Color Harmonies of #056271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056271

Black with #056271

Text Example


Text Example

White with #056271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056271; }

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

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

background-color css

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

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

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

border-color css

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

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

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