#574DCD

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

Shades of Slate Blue #574DCD

Tints of Slate Blue #574DCD

Color information

#574DCD (or 0x574DCD) is unknown color: approx Slate Blue. HEX triplet: 57, 4D and CD. RGB value is (87,77,205). Sum of RGB (Red+Green+Blue) = 87+77+205=369 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.58% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #574DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574DCD is #A8B232. Grayscale: #5E5E5E. Windows color (decimal): -11055667 or 13454679. OLE color: 13454679.

HSL color Cylindrical-coordinate representation of color #574DCD: hue angle of 244.69º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #574DCD is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8777205-
CMYK0.580.6200.20
HSL244.69º56.14%55.29%-
HSV(B)244.69º62.44%80.39%-
XYZ17.611.7459.1-
YUV94.58190.31122.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.58%
GREEN value IS 77 (30.47% from 255) = 20.87%
BLUE value IS 205 (80.47% from 255) = 55.56%
R=23.58%
G=20.87%
B=55.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal87772050.580.6200.20244.6956.1455.29
Hex574DCD3A3E014f53837
Octal12711531572760243657067
Binary101011110011011100110111101011111001010011110101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574DCD; }

 p { color: rgb(87,77,205); }

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

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

 a { background-color: rgb(87,77,205); }

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

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

 span { border-color: rgb(87,77,205); }

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