#05389A

Color #05389A Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #05389A

Tints of Smalt #05389A

Color information

#05389A (or 0x05389A) is unknown color: approx Smalt. HEX triplet: 05, 38 and 9A. RGB value is (5,56,154). Sum of RGB (Red+Green+Blue) = 5+56+154=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 154 (60.55% from 255 or 71.63% from 215); Max value from RGB is 154 - color contains mainly: blue. Hex color #05389A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05389A is #FAC765. Grayscale: #333333. Windows color (decimal): -16435046 or 10106885. OLE color: 10106885.

HSL color Cylindrical-coordinate representation of color #05389A: hue angle of 219.46º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05389A is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB556154-
CMYK0.970.6400.40
HSL219.46º93.71%31.18%-
HSV(B)219.46º96.75%60.39%-
XYZ7.315.1931.19-
YUV51.92185.694.53-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.33%
GREEN value IS 56 (22.27% from 255) = 26.05%
BLUE value IS 154 (60.55% from 255) = 71.63%
R=2.33%
G=26.05%
B=71.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5561540.970.6400.40219.4693.7131.18
Hex5389A6140028db5e1f
Octal57023214110005033313637
Binary1011110001001101011000011000000010100011011011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05389A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05389A; }

 p { color: rgb(5,56,154); }

 H1.HeaderClassName
 {
   color: #05389A;
 }
 .AnyTagClassName
 {
   color: #05389A;
 }
</style>
background-color css

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

 a { background-color: rgb(5,56,154); }

 div.DivClassName
 {
   background-color: #05389A;
 }
 .BgClassName
 {
   background-color: #05389A;
 }
</style>
border-color css

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

 span { border-color: rgb(5,56,154); }

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