Html Css Color HEX #052D89 Smalt

📋 copy color: '#052D89'

red 5 ◦ green 45 ◦ blue 137

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

Shades of Smalt #052D89

Tints of Smalt #052D89

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.06%

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

R = 2.67%
G = 24.06%
B = 73.26%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#052D89 (or 0x052D89) is known color: Smalt. HEX triplet: 05, 2D and 89. RGB value is (5,45,137). Sum of RGB (Red+Green+Blue) = 5+45+137=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 137 (53.91% from 255 or 73.26% from 187); Max value from RGB is 137 - color contains mainly: blue. Hex color #052D89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052D89 is #FAD276. Grayscale: #2B2B2B. Windows color (decimal): -16437879 or 8989957. OLE color: 8989957.

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

Color convert

RGB 5 45 137 -
CMYK 0.96 0.67 0 0.46
HSL 221.82º 0.93% 0.28% -
HSV(B) 221.82º 0.96% 0.54% -
XYZ 5.52 3.72 24.09 -
YUV 43.53 180.75 100.52 -
System Red Green Blue C M Y K H S L
Decimal 5 45 137 0.96 0.67 0 0.46 221.82 0.93 0.28
Hex 5 2D 89 60 43 0 2E DE 5D 1C
Octal 5 55 211 140 103 0 56 336 135 34
Binary 101 101101 10001001 1100000 1000011 0 101110 11011110 1011101 11100

Color Harmonies of #052D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052D89

Black with #052D89

Text Example


Text Example

White with #052D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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