Html Css Color HEX #053893 Smalt

📋 copy color: '#053893'

red 5 ◦ green 56 ◦ blue 147

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

Shades of Smalt #053893

Tints of Smalt #053893

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.92%

 BLUE value IS 147 (57.81% from 255) = 70.67%

R = 2.4%
G = 26.92%
B = 70.67%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#053893 (or 0x053893) is known color: Smalt. HEX triplet: 05, 38 and 93. RGB value is (5,56,147). Sum of RGB (Red+Green+Blue) = 5+56+147=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 147 (57.81% from 255 or 70.67% from 208); Max value from RGB is 147 - color contains mainly: blue. Hex color #053893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053893 is #FAC76C. Grayscale: #323232. Windows color (decimal): -16435053 or 9648133. OLE color: 9648133.

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

Color convert

RGB 5 56 147 -
CMYK 0.97 0.62 0 0.42
HSL 218.45º 0.93% 0.3% -
HSV(B) 218.45º 0.97% 0.58% -
XYZ 6.74 4.97 28.21 -
YUV 51.13 182.1 95.1 -
System Red Green Blue C M Y K H S L
Decimal 5 56 147 0.97 0.62 0 0.42 218.45 0.93 0.3
Hex 5 38 93 61 3E 0 2A DA 5D 1E
Octal 5 70 223 141 76 0 52 332 135 36
Binary 101 111000 10010011 1100001 111110 0 101010 11011010 1011101 11110

Color Harmonies of #053893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053893

Black with #053893

Text Example


Text Example

White with #053893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053893; }

 p { color: rgb(5,56,147); }

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

background-color css

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

 a { background-color: rgb(5,56,147); }

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

border-color css

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

 span { border-color: rgb(5,56,147); }

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