Html Css Color HEX #056473 Blue Lagoon

📋 copy color: '#056473'

red 5 ◦ green 100 ◦ blue 115

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

Shades of Blue Lagoon #056473

Tints of Blue Lagoon #056473

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.45%

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

R = 2.27%
G = 45.45%
B = 52.27%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#056473 (or 0x056473) is known color: Blue Lagoon. HEX triplet: 05, 64 and 73. RGB value is (5,100,115). Sum of RGB (Red+Green+Blue) = 5+100+115=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 100 (39.45% from 255 or 45.45% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #056473 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056473 is #FA9B8C. Grayscale: #494949. Windows color (decimal): -16423821 or 7562245. OLE color: 7562245.

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

Color convert

RGB 5 100 115 -
CMYK 0.96 0.13 0 0.55
HSL 188.18º 0.92% 0.24% -
HSV(B) 188.18º 0.96% 0.45% -
XYZ 7.71 10.38 17.82 -
YUV 73.31 151.53 79.28 -
System Red Green Blue C M Y K H S L
Decimal 5 100 115 0.96 0.13 0 0.55 188.18 0.92 0.24
Hex 5 64 73 60 D 0 37 BC 5C 18
Octal 5 144 163 140 15 0 67 274 134 30
Binary 101 1100100 1110011 1100000 1101 0 110111 10111100 1011100 11000

Color Harmonies of #056473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056473

Black with #056473

Text Example


Text Example

White with #056473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056473; }

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

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

background-color css

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

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

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

border-color css

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

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

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