Html Css Color HEX #053285 Smalt

📋 copy color: '#053285'

red 5 ◦ green 50 ◦ blue 133

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

Shades of Smalt #053285

Tints of Smalt #053285

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.6%

 BLUE value IS 133 (52.34% from 255) = 70.74%

R = 2.66%
G = 26.6%
B = 70.74%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#053285 (or 0x053285) is known color: Smalt. HEX triplet: 05, 32 and 85. RGB value is (5,50,133). Sum of RGB (Red+Green+Blue) = 5+50+133=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 133 (52.34% from 255 or 70.74% from 188); Max value from RGB is 133 - color contains mainly: blue. Hex color #053285 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053285 is #FACD7A. Grayscale: #2D2D2D. Windows color (decimal): -16436603 or 8729093. OLE color: 8729093.

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

Color convert

RGB 5 50 133 -
CMYK 0.96 0.62 0 0.48
HSL 218.91º 0.93% 0.27% -
HSV(B) 218.91º 0.96% 0.52% -
XYZ 5.44 4.01 22.68 -
YUV 46.01 177.09 98.75 -
System Red Green Blue C M Y K H S L
Decimal 5 50 133 0.96 0.62 0 0.48 218.91 0.93 0.27
Hex 5 32 85 60 3E 0 30 DB 5D 1B
Octal 5 62 205 140 76 0 60 333 135 33
Binary 101 110010 10000101 1100000 111110 0 110000 11011011 1011101 11011

Color Harmonies of #053285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053285

Black with #053285

Text Example


Text Example

White with #053285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053285; }

 p { color: rgb(5,50,133); }

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

background-color css

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

 a { background-color: rgb(5,50,133); }

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

border-color css

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

 span { border-color: rgb(5,50,133); }

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