Html Css Color HEX #574BDB Slate Blue

📋 copy color: '#574BDB'

red 87 ◦ green 75 ◦ blue 219

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

Shades of Slate Blue #574BDB

Tints of Slate Blue #574BDB

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 value IS 0.60

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#574BDB (or 0x574BDB) is known color: 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

RGB 87 75 219 -
CMYK 0.60 0.66 0 0.14
HSL 245º 0.67% 0.58% -
HSV(B) 245º 0.66% 0.86% -
XYZ 19.23 12.17 68.35 -
YUV 95 197.98 122.29 -
System Red Green Blue C M Y K H S L
Decimal 87 75 219 0.60 0.66 0 0.14 245 0.67 0.58
Hex 57 4B DB 3C 42 0 E F5 43 3A
Octal 127 113 333 74 102 0 16 365 103 72
Binary 1010111 1001011 11011011 111100 1000010 0 1110 11110101 1000011 111010

Color Harmonies of #574BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574BDB

Black with #574BDB

Text Example


Text Example

White with #574BDB

Text Example


Text Example

HTML Codes & Css Web 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>