Html Css Color HEX #052287 Smalt

📋 copy color: '#052287'

red 5 ◦ green 34 ◦ blue 135

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

Shades of Smalt #052287

Tints of Smalt #052287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 77.59%

R = 2.87%
G = 19.54%
B = 77.59%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#052287 (or 0x052287) is known color: Smalt. HEX triplet: 05, 22 and 87. RGB value is (5,34,135). Sum of RGB (Red+Green+Blue) = 5+34+135=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 135 (53.12% from 255 or 77.59% from 174); Max value from RGB is 135 - color contains mainly: blue. Hex color #052287 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052287 is #FADD78. Grayscale: #242424. Windows color (decimal): -16440697 or 8856069. OLE color: 8856069.

HSL color Cylindrical-coordinate representation of color #052287: hue angle of 226.62º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052287 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 34 135 -
CMYK 0.96 0.75 0 0.47
HSL 226.62º 0.93% 0.27% -
HSV(B) 226.62º 0.96% 0.53% -
XYZ 5.01 2.93 23.22 -
YUV 36.84 183.39 105.29 -
System Red Green Blue C M Y K H S L
Decimal 5 34 135 0.96 0.75 0 0.47 226.62 0.93 0.27
Hex 5 22 87 60 4B 0 2F E3 5D 1B
Octal 5 42 207 140 113 0 57 343 135 33
Binary 101 100010 10000111 1100000 1001011 0 101111 11100011 1011101 11011

Color Harmonies of #052287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052287

Black with #052287

Text Example


Text Example

White with #052287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052287; }

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

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

background-color css

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

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

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

border-color css

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

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

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