Html Css Color HEX #053389 Smalt

📋 copy color: '#053389'

red 5 ◦ green 51 ◦ blue 137

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

Shades of Smalt #053389

Tints of Smalt #053389

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.42%

 BLUE value IS 137 (53.91% from 255) = 70.98%

R = 2.59%
G = 26.42%
B = 70.98%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#053389 (or 0x053389) is known color: Smalt. HEX triplet: 05, 33 and 89. RGB value is (5,51,137). Sum of RGB (Red+Green+Blue) = 5+51+137=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 137 (53.91% from 255 or 70.98% from 193); Max value from RGB is 137 - color contains mainly: blue. Hex color #053389 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053389 is #FACC76. Grayscale: #2E2E2E. Windows color (decimal): -16436343 or 8991493. OLE color: 8991493.

HSL color Cylindrical-coordinate representation of color #053389: hue angle of 219.09º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053389 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 51 137 -
CMYK 0.96 0.63 0 0.46
HSL 219.09º 0.93% 0.28% -
HSV(B) 219.09º 0.96% 0.54% -
XYZ 5.76 4.21 24.18 -
YUV 47.05 178.76 98.01 -
System Red Green Blue C M Y K H S L
Decimal 5 51 137 0.96 0.63 0 0.46 219.09 0.93 0.28
Hex 5 33 89 60 3F 0 2E DB 5D 1C
Octal 5 63 211 140 77 0 56 333 135 34
Binary 101 110011 10001001 1100000 111111 0 101110 11011011 1011101 11100

Color Harmonies of #053389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053389

Black with #053389

Text Example


Text Example

White with #053389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053389; }

 p { color: rgb(5,51,137); }

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

background-color css

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

 a { background-color: rgb(5,51,137); }

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

border-color css

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

 span { border-color: rgb(5,51,137); }

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