#574BDB

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

Shades of Slate Blue #574BDB

Tints of Slate Blue #574BDB

Color information

#574BDB (or 0x574BDB) is unknown color: approx Slate Blue. HEX triplet: 57, 4B and DB. RGB value is (87,75,219). Sum of RGB (Red+Green+Blue) = 87+75+219=381 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.83% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #574BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574BDB is #A8B424. Grayscale: #5E5E5E. Windows color (decimal): -11056165 or 14371671. OLE color: 14371671.

HSL color Cylindrical-coordinate representation of color #574BDB: hue angle of 245º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #574BDB is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8775219-
CMYK0.600.6600.14
HSL245º66.67%57.65%-
HSV(B)245º65.75%85.88%-
XYZ19.2312.1768.35-
YUV95197.98122.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.83%
GREEN value IS 75 (29.69% from 255) = 19.69%
BLUE value IS 219 (85.94% from 255) = 57.48%
R=22.83%
G=19.69%
B=57.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal87752190.600.6600.1424566.6757.65
Hex574BDB3C420Ef5433a
Octal1271133337410201636510372
Binary1010111100101111011011111100100001001110111101011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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