Html Css Color HEX #053B97 Smalt

📋 copy color: '#053B97'

red 5 ◦ green 59 ◦ blue 151

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

Shades of Smalt #053B97

Tints of Smalt #053B97

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.44%

 BLUE value IS 151 (59.38% from 255) = 70.23%

R = 2.33%
G = 27.44%
B = 70.23%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#053B97 (or 0x053B97) is known color: Smalt. HEX triplet: 05, 3B and 97. RGB value is (5,59,151). Sum of RGB (Red+Green+Blue) = 5+59+151=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 59 (23.44% from 255 or 27.44% from 215); Blue value is 151 (59.38% from 255 or 70.23% from 215); Max value from RGB is 151 - color contains mainly: blue. Hex color #053B97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053B97 is #FAC468. Grayscale: #343434. Windows color (decimal): -16434281 or 9911045. OLE color: 9911045.

HSL color Cylindrical-coordinate representation of color #053B97: hue angle of 217.81º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053B97 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 59 151 -
CMYK 0.97 0.61 0 0.41
HSL 217.81º 0.94% 0.31% -
HSV(B) 217.81º 0.97% 0.59% -
XYZ 7.21 5.39 29.94 -
YUV 53.34 183.11 93.52 -
System Red Green Blue C M Y K H S L
Decimal 5 59 151 0.97 0.61 0 0.41 217.81 0.94 0.31
Hex 5 3B 97 61 3D 0 29 DA 5E 1F
Octal 5 73 227 141 75 0 51 332 136 37
Binary 101 111011 10010111 1100001 111101 0 101001 11011010 1011110 11111

Color Harmonies of #053B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053B97

Black with #053B97

Text Example


Text Example

White with #053B97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053B97; }

 p { color: rgb(5,59,151); }

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

background-color css

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

 a { background-color: rgb(5,59,151); }

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

border-color css

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

 span { border-color: rgb(5,59,151); }

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