#553FDA

Color #553FDA Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #553FDA

Tints of Slate Blue #553FDA

Color information

#553FDA (or 0x553FDA) is unknown color: approx Slate Blue. HEX triplet: 55, 3F and DA. RGB value is (85,63,218). Sum of RGB (Red+Green+Blue) = 85+63+218=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 218 (85.55% from 255 or 59.56% from 366); Max value from RGB is 218 - color contains mainly: blue. Hex color #553FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553FDA is #AAC025. Grayscale: #565656. Windows color (decimal): -11190310 or 14303061. OLE color: 14303061.

HSL color Cylindrical-coordinate representation of color #553FDA: hue angle of 248.52º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #553FDA is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8563218-
CMYK0.610.7100.15
HSL248.52º67.69%55.1%-
HSV(B)248.52º71.1%85.49%-
XYZ18.1810.5567.41-
YUV87.25201.79126.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.22%
GREEN value IS 63 (25% from 255) = 17.21%
BLUE value IS 218 (85.55% from 255) = 59.56%
R=23.22%
G=17.21%
B=59.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal85632180.610.7100.15248.5267.6955.1
Hex553FDA3D470Ff94437
Octal125773327510701737110467
Binary101010111111111011010111101100011101111111110011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553FDA; }

 p { color: rgb(85,63,218); }

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

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

 a { background-color: rgb(85,63,218); }

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

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

 span { border-color: rgb(85,63,218); }

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