Html Css Color HEX #056483 Blue Lagoon

📋 copy color: '#056483'

red 5 ◦ green 100 ◦ blue 131

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

Shades of Blue Lagoon #056483

Tints of Blue Lagoon #056483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 55.51%

R = 2.12%
G = 42.37%
B = 55.51%

CMYK

 C value IS 0.96

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#056483 (or 0x056483) is known color: Blue Lagoon. HEX triplet: 05, 64 and 83. RGB value is (5,100,131). Sum of RGB (Red+Green+Blue) = 5+100+131=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 131 (51.56% from 255 or 55.51% from 236); Max value from RGB is 131 - color contains mainly: blue. Hex color #056483 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056483 is #FA9B7C. Grayscale: #4A4A4A. Windows color (decimal): -16423805 or 8610821. OLE color: 8610821.

HSL color Cylindrical-coordinate representation of color #056483: hue angle of 194.76º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056483 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 100 131 -
CMYK 0.96 0.24 0 0.49
HSL 194.76º 0.93% 0.27% -
HSV(B) 194.76º 0.96% 0.51% -
XYZ 8.72 10.79 23.1 -
YUV 75.13 159.53 77.98 -
System Red Green Blue C M Y K H S L
Decimal 5 100 131 0.96 0.24 0 0.49 194.76 0.93 0.27
Hex 5 64 83 60 18 0 31 C3 5D 1B
Octal 5 144 203 140 30 0 61 303 135 33
Binary 101 1100100 10000011 1100000 11000 0 110001 11000011 1011101 11011

Color Harmonies of #056483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056483

Black with #056483

Text Example


Text Example

White with #056483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056483; }

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

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

background-color css

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

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

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

border-color css

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

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

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