#574AC1

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

Shades of Slate Blue #574AC1

Tints of Slate Blue #574AC1

Color information

#574AC1 (or 0x574AC1) is unknown color: approx Slate Blue. HEX triplet: 57, 4A and C1. RGB value is (87,74,193). Sum of RGB (Red+Green+Blue) = 87+74+193=354 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.58% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 193 (75.78% from 255 or 54.52% from 354); Max value from RGB is 193 - color contains mainly: blue. Hex color #574AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574AC1 is #A8B53E. Grayscale: #5A5A5A. Windows color (decimal): -11056447 or 12667479. OLE color: 12667479.

HSL color Cylindrical-coordinate representation of color #574AC1: hue angle of 246.55º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #574AC1 is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8774193-
CMYK0.550.6200.24
HSL246.55º48.97%52.35%-
HSV(B)246.55º61.66%75.69%-
XYZ1610.7751.69-
YUV91.45185.31124.82-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.58%
GREEN value IS 74 (29.30% from 255) = 20.90%
BLUE value IS 193 (75.78% from 255) = 54.52%
R=24.58%
G=20.90%
B=54.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal87741930.550.6200.24246.5548.9752.35
Hex574AC1373E018f73134
Octal12711230167760303676164
Binary101011110010101100000111011111111001100011110111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,74,193); }

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

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

 a { background-color: rgb(87,74,193); }

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

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

 span { border-color: rgb(87,74,193); }

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