Html Css Color HEX #052887 Smalt

📋 copy color: '#052887'

red 5 ◦ green 40 ◦ blue 135

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

Shades of Smalt #052887

Tints of Smalt #052887

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.22%

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

R = 2.78%
G = 22.22%
B = 75%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#052887 (or 0x052887) is known color: Smalt. HEX triplet: 05, 28 and 87. RGB value is (5,40,135). Sum of RGB (Red+Green+Blue) = 5+40+135=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 135 (53.12% from 255 or 75% from 180); Max value from RGB is 135 - color contains mainly: blue. Hex color #052887 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052887 is #FAD778. Grayscale: #272727. Windows color (decimal): -16439161 or 8857605. OLE color: 8857605.

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

Color convert

RGB 5 40 135 -
CMYK 0.96 0.70 0 0.47
HSL 223.85º 0.93% 0.27% -
HSV(B) 223.85º 0.96% 0.53% -
XYZ 5.19 3.3 23.28 -
YUV 40.37 181.4 102.78 -
System Red Green Blue C M Y K H S L
Decimal 5 40 135 0.96 0.70 0 0.47 223.85 0.93 0.27
Hex 5 28 87 60 46 0 2F E0 5D 1B
Octal 5 50 207 140 106 0 57 340 135 33
Binary 101 101000 10000111 1100000 1000110 0 101111 11100000 1011101 11011

Color Harmonies of #052887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052887

Black with #052887

Text Example


Text Example

White with #052887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052887; }

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

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

background-color css

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

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

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

border-color css

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

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

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