Html Css Color HEX #052289 Smalt

📋 copy color: '#052289'

red 5 ◦ green 34 ◦ blue 137

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

Shades of Smalt #052289

Tints of Smalt #052289

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.32%

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

R = 2.84%
G = 19.32%
B = 77.84%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#052289 (or 0x052289) is known color: Smalt. HEX triplet: 05, 22 and 89. RGB value is (5,34,137). Sum of RGB (Red+Green+Blue) = 5+34+137=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 137 (53.91% from 255 or 77.84% from 176); Max value from RGB is 137 - color contains mainly: blue. Hex color #052289 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052289 is #FADD76. Grayscale: #242424. Windows color (decimal): -16440695 or 8987141. OLE color: 8987141.

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

Color convert

RGB 5 34 137 -
CMYK 0.96 0.75 0 0.46
HSL 226.82º 0.93% 0.28% -
HSV(B) 226.82º 0.96% 0.54% -
XYZ 5.15 2.98 23.97 -
YUV 37.07 184.39 105.12 -
System Red Green Blue C M Y K H S L
Decimal 5 34 137 0.96 0.75 0 0.46 226.82 0.93 0.28
Hex 5 22 89 60 4B 0 2E E3 5D 1C
Octal 5 42 211 140 113 0 56 343 135 34
Binary 101 100010 10001001 1100000 1001011 0 101110 11100011 1011101 11100

Color Harmonies of #052289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052289

Black with #052289

Text Example


Text Example

White with #052289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052289; }

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

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

background-color css

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

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

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

border-color css

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

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

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