Html Css Color HEX #053298 Smalt

📋 copy color: '#053298'

red 5 ◦ green 50 ◦ blue 152

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

Shades of Smalt #053298

Tints of Smalt #053298

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.15%

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

R = 2.42%
G = 24.15%
B = 73.43%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#053298 (or 0x053298) is known color: Smalt. HEX triplet: 05, 32 and 98. RGB value is (5,50,152). Sum of RGB (Red+Green+Blue) = 5+50+152=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 152 (59.77% from 255 or 73.43% from 207); Max value from RGB is 152 - color contains mainly: blue. Hex color #053298 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053298 is #FACD67. Grayscale: #2F2F2F. Windows color (decimal): -16436584 or 9974277. OLE color: 9974277.

HSL color Cylindrical-coordinate representation of color #053298: hue angle of 221.63º 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 #053298 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 50 152 -
CMYK 0.97 0.67 0 0.40
HSL 221.63º 0.94% 0.31% -
HSV(B) 221.63º 0.97% 0.6% -
XYZ 6.87 4.58 30.23 -
YUV 48.17 186.59 97.21 -
System Red Green Blue C M Y K H S L
Decimal 5 50 152 0.97 0.67 0 0.40 221.63 0.94 0.31
Hex 5 32 98 61 43 0 28 DE 5E 1F
Octal 5 62 230 141 103 0 50 336 136 37
Binary 101 110010 10011000 1100001 1000011 0 101000 11011110 1011110 11111

Color Harmonies of #053298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053298

Black with #053298

Text Example


Text Example

White with #053298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053298; }

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

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

background-color css

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

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

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

border-color css

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

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

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