#574BC1

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

Shades of Slate Blue #574BC1

Tints of Slate Blue #574BC1

Color information

#574BC1 (or 0x574BC1) is unknown color: approx Slate Blue. HEX triplet: 57, 4B and C1. RGB value is (87,75,193). Sum of RGB (Red+Green+Blue) = 87+75+193=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 193 (75.78% from 255 or 54.37% from 355); Max value from RGB is 193 - color contains mainly: blue. Hex color #574BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574BC1 is #A8B43E. Grayscale: #5B5B5B. Windows color (decimal): -11056191 or 12667735. OLE color: 12667735.

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

Color convert

RGB8775193-
CMYK0.550.6100.24
HSL246.1º48.76%52.55%-
HSV(B)246.1º61.14%75.69%-
XYZ16.0710.9151.71-
YUV92.04184.98124.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.51%
GREEN value IS 75 (29.69% from 255) = 21.13%
BLUE value IS 193 (75.78% from 255) = 54.37%
R=24.51%
G=21.13%
B=54.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal87751930.550.6100.24246.148.7652.55
Hex574BC1373D018f63135
Octal12711330167750303666165
Binary101011110010111100000111011111110101100011110110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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