Html Css Color HEX #052896 Smalt

📋 copy color: '#052896'

red 5 ◦ green 40 ◦ blue 150

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

Shades of Smalt #052896

Tints of Smalt #052896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 76.92%

R = 2.56%
G = 20.51%
B = 76.92%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#052896 (or 0x052896) is known color: Smalt. HEX triplet: 05, 28 and 96. RGB value is (5,40,150). Sum of RGB (Red+Green+Blue) = 5+40+150=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 150 (58.98% from 255 or 76.92% from 195); Max value from RGB is 150 - color contains mainly: blue. Hex color #052896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052896 is #FAD769. Grayscale: #292929. Windows color (decimal): -16439146 or 9840645. OLE color: 9840645.

HSL color Cylindrical-coordinate representation of color #052896: hue angle of 225.52º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052896 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 40 150 -
CMYK 0.97 0.73 0 0.41
HSL 225.52º 0.94% 0.3% -
HSV(B) 225.52º 0.97% 0.59% -
XYZ 6.33 3.75 29.24 -
YUV 42.08 188.9 101.56 -
System Red Green Blue C M Y K H S L
Decimal 5 40 150 0.97 0.73 0 0.41 225.52 0.94 0.3
Hex 5 28 96 61 49 0 29 E2 5E 1E
Octal 5 50 226 141 111 0 51 342 136 36
Binary 101 101000 10010110 1100001 1001001 0 101001 11100010 1011110 11110

Color Harmonies of #052896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052896

Black with #052896

Text Example


Text Example

White with #052896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052896; }

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

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

background-color css

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

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

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

border-color css

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

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

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