Html Css Color HEX #052089 Smalt

📋 copy color: '#052089'

red 5 ◦ green 32 ◦ blue 137

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

Shades of Smalt #052089

Tints of Smalt #052089

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.39%

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

R = 2.87%
G = 18.39%
B = 78.74%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#052089 (or 0x052089) is known color: Smalt. HEX triplet: 05, 20 and 89. RGB value is (5,32,137). Sum of RGB (Red+Green+Blue) = 5+32+137=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 137 (53.91% from 255 or 78.74% from 174); Max value from RGB is 137 - color contains mainly: blue. Hex color #052089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052089 is #FADF76. Grayscale: #232323. Windows color (decimal): -16441207 or 8986629. OLE color: 8986629.

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

Color convert

RGB 5 32 137 -
CMYK 0.96 0.77 0 0.46
HSL 227.73º 0.93% 0.28% -
HSV(B) 227.73º 0.96% 0.54% -
XYZ 5.09 2.87 23.95 -
YUV 35.9 185.05 105.96 -
System Red Green Blue C M Y K H S L
Decimal 5 32 137 0.96 0.77 0 0.46 227.73 0.93 0.28
Hex 5 20 89 60 4D 0 2E E4 5D 1C
Octal 5 40 211 140 115 0 56 344 135 34
Binary 101 100000 10001001 1100000 1001101 0 101110 11100100 1011101 11100

Color Harmonies of #052089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052089

Black with #052089

Text Example


Text Example

White with #052089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052089; }

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

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

background-color css

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

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

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

border-color css

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

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

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