Html Css Color HEX #052593 Smalt

📋 copy color: '#052593'

red 5 ◦ green 37 ◦ blue 147

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

Shades of Smalt #052593

Tints of Smalt #052593

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.58%

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

R = 2.65%
G = 19.58%
B = 77.78%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#052593 (or 0x052593) is known color: Smalt. HEX triplet: 05, 25 and 93. RGB value is (5,37,147). Sum of RGB (Red+Green+Blue) = 5+37+147=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 147 (57.81% from 255 or 77.78% from 189); Max value from RGB is 147 - color contains mainly: blue. Hex color #052593 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052593 is #FADA6C. Grayscale: #272727. Windows color (decimal): -16439917 or 9643269. OLE color: 9643269.

HSL color Cylindrical-coordinate representation of color #052593: hue angle of 226.48º 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 #052593 is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 37 147 -
CMYK 0.97 0.75 0 0.42
HSL 226.48º 0.93% 0.3% -
HSV(B) 226.48º 0.97% 0.58% -
XYZ 5.99 3.46 27.96 -
YUV 39.97 188.4 103.06 -
System Red Green Blue C M Y K H S L
Decimal 5 37 147 0.97 0.75 0 0.42 226.48 0.93 0.3
Hex 5 25 93 61 4B 0 2A E2 5D 1E
Octal 5 45 223 141 113 0 52 342 135 36
Binary 101 100101 10010011 1100001 1001011 0 101010 11100010 1011101 11110

Color Harmonies of #052593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052593

Black with #052593

Text Example


Text Example

White with #052593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052593; }

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

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

background-color css

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

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

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

border-color css

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

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

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