Html Css Color HEX #053592 Smalt

📋 copy color: '#053592'

red 5 ◦ green 53 ◦ blue 146

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

Shades of Smalt #053592

Tints of Smalt #053592

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.98%

 BLUE value IS 146 (57.42% from 255) = 71.57%

R = 2.45%
G = 25.98%
B = 71.57%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#053592 (or 0x053592) is known color: Smalt. HEX triplet: 05, 35 and 92. RGB value is (5,53,146). Sum of RGB (Red+Green+Blue) = 5+53+146=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 146 (57.42% from 255 or 71.57% from 204); Max value from RGB is 146 - color contains mainly: blue. Hex color #053592 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053592 is #FACA6D. Grayscale: #303030. Windows color (decimal): -16435822 or 9581829. OLE color: 9581829.

HSL color Cylindrical-coordinate representation of color #053592: hue angle of 219.57º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053592 is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 53 146 -
CMYK 0.97 0.64 0 0.43
HSL 219.57º 0.93% 0.3% -
HSV(B) 219.57º 0.97% 0.57% -
XYZ 6.52 4.65 27.75 -
YUV 49.25 182.6 96.44 -
System Red Green Blue C M Y K H S L
Decimal 5 53 146 0.97 0.64 0 0.43 219.57 0.93 0.3
Hex 5 35 92 61 40 0 2B DC 5D 1E
Octal 5 65 222 141 100 0 53 334 135 36
Binary 101 110101 10010010 1100001 1000000 0 101011 11011100 1011101 11110

Color Harmonies of #053592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053592

Black with #053592

Text Example


Text Example

White with #053592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053592; }

 p { color: rgb(5,53,146); }

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

background-color css

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

 a { background-color: rgb(5,53,146); }

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

border-color css

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

 span { border-color: rgb(5,53,146); }

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