Html Css Color HEX #052884 Smalt

📋 copy color: '#052884'

red 5 ◦ green 40 ◦ blue 132

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

Shades of Smalt #052884

Tints of Smalt #052884

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.6%

 BLUE value IS 132 (51.95% from 255) = 74.58%

R = 2.82%
G = 22.6%
B = 74.58%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#052884 (or 0x052884) is known color: Smalt. HEX triplet: 05, 28 and 84. RGB value is (5,40,132). Sum of RGB (Red+Green+Blue) = 5+40+132=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 132 (51.95% from 255 or 74.58% from 177); Max value from RGB is 132 - color contains mainly: blue. Hex color #052884 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052884 is #FAD77B. Grayscale: #272727. Windows color (decimal): -16439164 or 8660997. OLE color: 8660997.

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

Color convert

RGB 5 40 132 -
CMYK 0.96 0.70 0 0.48
HSL 223.46º 0.93% 0.27% -
HSV(B) 223.46º 0.96% 0.52% -
XYZ 4.99 3.22 22.19 -
YUV 40.02 179.9 103.02 -
System Red Green Blue C M Y K H S L
Decimal 5 40 132 0.96 0.70 0 0.48 223.46 0.93 0.27
Hex 5 28 84 60 46 0 30 DF 5D 1B
Octal 5 50 204 140 106 0 60 337 135 33
Binary 101 101000 10000100 1100000 1000110 0 110000 11011111 1011101 11011

Color Harmonies of #052884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052884

Black with #052884

Text Example


Text Example

White with #052884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052884; }

 p { color: rgb(5,40,132); }

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

background-color css

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

 a { background-color: rgb(5,40,132); }

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

border-color css

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

 span { border-color: rgb(5,40,132); }

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