Html Css Color HEX #052885 Smalt

📋 copy color: '#052885'

red 5 ◦ green 40 ◦ blue 133

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

Shades of Smalt #052885

Tints of Smalt #052885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 74.72%

R = 2.81%
G = 22.47%
B = 74.72%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#052885 (or 0x052885) is known color: Smalt. HEX triplet: 05, 28 and 85. RGB value is (5,40,133). Sum of RGB (Red+Green+Blue) = 5+40+133=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 133 (52.34% from 255 or 74.72% from 178); Max value from RGB is 133 - color contains mainly: blue. Hex color #052885 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052885 is #FAD77A. Grayscale: #272727. Windows color (decimal): -16439163 or 8726533. OLE color: 8726533.

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

Color convert

RGB 5 40 133 -
CMYK 0.96 0.70 0 0.48
HSL 223.59º 0.93% 0.27% -
HSV(B) 223.59º 0.96% 0.52% -
XYZ 5.06 3.24 22.55 -
YUV 40.14 180.4 102.94 -
System Red Green Blue C M Y K H S L
Decimal 5 40 133 0.96 0.70 0 0.48 223.59 0.93 0.27
Hex 5 28 85 60 46 0 30 E0 5D 1B
Octal 5 50 205 140 106 0 60 340 135 33
Binary 101 101000 10000101 1100000 1000110 0 110000 11100000 1011101 11011

Color Harmonies of #052885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052885

Black with #052885

Text Example


Text Example

White with #052885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052885; }

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

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

background-color css

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

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

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

border-color css

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

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

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