Html Css Color HEX #574EDB Slate Blue

📋 copy color: '#574EDB'

red 87 ◦ green 78 ◦ blue 219

#574EDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #574EDB

Tints of Slate Blue #574EDB

RGB

 RED value IS 87 (34.38% from 255) = 22.66%

 GREEN value IS 78 (30.86% from 255) = 20.31%

 BLUE value IS 219 (85.94% from 255) = 57.03%

R = 22.66%
G = 20.31%
B = 57.03%

CMYK

 C value IS 0.60

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#574EDB (or 0x574EDB) is known color: Slate Blue. HEX triplet: 57, 4E and DB. RGB value is (87,78,219). Sum of RGB (Red+Green+Blue) = 87+78+219=384 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.66% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #574EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574EDB is #A8B124. Grayscale: #606060. Windows color (decimal): -11055397 or 14372439. OLE color: 14372439.

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

Color convert

RGB 87 78 219 -
CMYK 0.60 0.64 0 0.14
HSL 243.83º 0.66% 0.58% -
HSV(B) 243.83º 0.64% 0.86% -
XYZ 19.44 12.59 68.42 -
YUV 96.77 196.98 121.04 -
System Red Green Blue C M Y K H S L
Decimal 87 78 219 0.60 0.64 0 0.14 243.83 0.66 0.58
Hex 57 4E DB 3C 40 0 E F4 42 3A
Octal 127 116 333 74 100 0 16 364 102 72
Binary 1010111 1001110 11011011 111100 1000000 0 1110 11110100 1000010 111010

Color Harmonies of #574EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574EDB

Black with #574EDB

Text Example


Text Example

White with #574EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #574EDB;
 }
 .AnyTagClassName
 {
   color: #574EDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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