Html Css Color HEX #053488 Smalt

📋 copy color: '#053488'

red 5 ◦ green 52 ◦ blue 136

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

Shades of Smalt #053488

Tints of Smalt #053488

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.94%

 BLUE value IS 136 (53.52% from 255) = 70.47%

R = 2.59%
G = 26.94%
B = 70.47%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#053488 (or 0x053488) is known color: Smalt. HEX triplet: 05, 34 and 88. RGB value is (5,52,136). Sum of RGB (Red+Green+Blue) = 5+52+136=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 136 (53.52% from 255 or 70.47% from 193); Max value from RGB is 136 - color contains mainly: blue. Hex color #053488 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053488 is #FACB77. Grayscale: #2F2F2F. Windows color (decimal): -16436088 or 8926213. OLE color: 8926213.

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

Color convert

RGB 5 52 136 -
CMYK 0.96 0.62 0 0.47
HSL 218.47º 0.93% 0.28% -
HSV(B) 218.47º 0.96% 0.53% -
XYZ 5.73 4.27 23.81 -
YUV 47.52 177.93 97.67 -
System Red Green Blue C M Y K H S L
Decimal 5 52 136 0.96 0.62 0 0.47 218.47 0.93 0.28
Hex 5 34 88 60 3E 0 2F DA 5D 1C
Octal 5 64 210 140 76 0 57 332 135 34
Binary 101 110100 10001000 1100000 111110 0 101111 11011010 1011101 11100

Color Harmonies of #053488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053488

Black with #053488

Text Example


Text Example

White with #053488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053488; }

 p { color: rgb(5,52,136); }

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

background-color css

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

 a { background-color: rgb(5,52,136); }

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

border-color css

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

 span { border-color: rgb(5,52,136); }

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