Html Css Color HEX #052882 Smalt

📋 copy color: '#052882'

red 5 ◦ green 40 ◦ blue 130

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

Shades of Smalt #052882

Tints of Smalt #052882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 74.29%

R = 2.86%
G = 22.86%
B = 74.29%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#052882 (or 0x052882) is known color: Smalt. HEX triplet: 05, 28 and 82. RGB value is (5,40,130). Sum of RGB (Red+Green+Blue) = 5+40+130=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 130 (51.17% from 255 or 74.29% from 175); Max value from RGB is 130 - color contains mainly: blue. Hex color #052882 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052882 is #FAD77D. Grayscale: #272727. Windows color (decimal): -16439166 or 8529925. OLE color: 8529925.

HSL color Cylindrical-coordinate representation of color #052882: hue angle of 223.2º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052882 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 40 130 -
CMYK 0.96 0.69 0 0.49
HSL 223.2º 0.93% 0.26% -
HSV(B) 223.2º 0.96% 0.51% -
XYZ 4.85 3.16 21.47 -
YUV 39.8 178.9 103.18 -
System Red Green Blue C M Y K H S L
Decimal 5 40 130 0.96 0.69 0 0.49 223.2 0.93 0.26
Hex 5 28 82 60 45 0 31 DF 5D 1A
Octal 5 50 202 140 105 0 61 337 135 32
Binary 101 101000 10000010 1100000 1000101 0 110001 11011111 1011101 11010

Color Harmonies of #052882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052882

Black with #052882

Text Example


Text Example

White with #052882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052882; }

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

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

background-color css

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

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

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

border-color css

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

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

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