Html Css Color HEX #052989 Smalt

📋 copy color: '#052989'

red 5 ◦ green 41 ◦ blue 137

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

Shades of Smalt #052989

Tints of Smalt #052989

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.4%

 BLUE value IS 137 (53.91% from 255) = 74.86%

R = 2.73%
G = 22.4%
B = 74.86%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#052989 (or 0x052989) is known color: Smalt. HEX triplet: 05, 29 and 89. RGB value is (5,41,137). Sum of RGB (Red+Green+Blue) = 5+41+137=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 137 (53.91% from 255 or 74.86% from 183); Max value from RGB is 137 - color contains mainly: blue. Hex color #052989 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052989 is #FAD676. Grayscale: #282828. Windows color (decimal): -16438903 or 8988933. OLE color: 8988933.

HSL color Cylindrical-coordinate representation of color #052989: hue angle of 223.64º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052989 is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 41 137 -
CMYK 0.96 0.70 0 0.46
HSL 223.64º 0.93% 0.28% -
HSV(B) 223.64º 0.96% 0.54% -
XYZ 5.37 3.42 24.04 -
YUV 41.18 182.07 102.19 -
System Red Green Blue C M Y K H S L
Decimal 5 41 137 0.96 0.70 0 0.46 223.64 0.93 0.28
Hex 5 29 89 60 46 0 2E E0 5D 1C
Octal 5 51 211 140 106 0 56 340 135 34
Binary 101 101001 10001001 1100000 1000110 0 101110 11100000 1011101 11100

Color Harmonies of #052989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052989

Black with #052989

Text Example


Text Example

White with #052989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052989; }

 p { color: rgb(5,41,137); }

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

background-color css

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

 a { background-color: rgb(5,41,137); }

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

border-color css

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

 span { border-color: rgb(5,41,137); }

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