Html Css Color HEX #053598 Smalt

📋 copy color: '#053598'

red 5 ◦ green 53 ◦ blue 152

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

Shades of Smalt #053598

Tints of Smalt #053598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 72.38%

R = 2.38%
G = 25.24%
B = 72.38%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#053598 (or 0x053598) is known color: Smalt. HEX triplet: 05, 35 and 98. RGB value is (5,53,152). Sum of RGB (Red+Green+Blue) = 5+53+152=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 152 (59.77% from 255 or 72.38% from 210); Max value from RGB is 152 - color contains mainly: blue. Hex color #053598 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053598 is #FACA67. Grayscale: #313131. Windows color (decimal): -16435816 or 9975045. OLE color: 9975045.

HSL color Cylindrical-coordinate representation of color #053598: hue angle of 220.41º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053598 is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 53 152 -
CMYK 0.97 0.65 0 0.40
HSL 220.41º 0.94% 0.31% -
HSV(B) 220.41º 0.97% 0.6% -
XYZ 7 4.85 30.27 -
YUV 49.93 185.6 95.95 -
System Red Green Blue C M Y K H S L
Decimal 5 53 152 0.97 0.65 0 0.40 220.41 0.94 0.31
Hex 5 35 98 61 41 0 28 DC 5E 1F
Octal 5 65 230 141 101 0 50 334 136 37
Binary 101 110101 10011000 1100001 1000001 0 101000 11011100 1011110 11111

Color Harmonies of #053598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053598

Black with #053598

Text Example


Text Example

White with #053598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053598; }

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

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

background-color css

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

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

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

border-color css

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

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

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