Html Css Color HEX #053889 Smalt

📋 copy color: '#053889'

red 5 ◦ green 56 ◦ blue 137

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

Shades of Smalt #053889

Tints of Smalt #053889

RGB

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

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

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

R = 2.53%
G = 28.28%
B = 69.19%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#053889 (or 0x053889) is known color: Smalt. HEX triplet: 05, 38 and 89. RGB value is (5,56,137). Sum of RGB (Red+Green+Blue) = 5+56+137=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 137 (53.91% from 255 or 69.19% from 198); Max value from RGB is 137 - color contains mainly: blue. Hex color #053889 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053889 is #FAC776. Grayscale: #313131. Windows color (decimal): -16435063 or 8992773. OLE color: 8992773.

HSL color Cylindrical-coordinate representation of color #053889: hue angle of 216.82º 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 #053889 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 56 137 -
CMYK 0.96 0.59 0 0.46
HSL 216.82º 0.93% 0.28% -
HSV(B) 216.82º 0.96% 0.54% -
XYZ 5.99 4.67 24.25 -
YUV 49.99 177.1 95.91 -
System Red Green Blue C M Y K H S L
Decimal 5 56 137 0.96 0.59 0 0.46 216.82 0.93 0.28
Hex 5 38 89 60 3B 0 2E D9 5D 1C
Octal 5 70 211 140 73 0 56 331 135 34
Binary 101 111000 10001001 1100000 111011 0 101110 11011001 1011101 11100

Color Harmonies of #053889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053889

Black with #053889

Text Example


Text Example

White with #053889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053889; }

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

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

background-color css

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

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

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

border-color css

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

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

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