Html Css Color HEX #574BDE Slate Blue

📋 copy color: '#574BDE'

red 87 ◦ green 75 ◦ blue 222

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

Shades of Slate Blue #574BDE

Tints of Slate Blue #574BDE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.53%

 BLUE value IS 222 (87.11% from 255) = 57.81%

R = 22.66%
G = 19.53%
B = 57.81%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#574BDE (or 0x574BDE) is known color: Slate Blue. HEX triplet: 57, 4B and DE. RGB value is (87,75,222). Sum of RGB (Red+Green+Blue) = 87+75+222=384 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.66% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #574BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574BDE is #A8B421. Grayscale: #5E5E5E. Windows color (decimal): -11056162 or 14568279. OLE color: 14568279.

HSL color Cylindrical-coordinate representation of color #574BDE: hue angle of 244.9º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #574BDE is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 75 222 -
CMYK 0.61 0.66 0 0.13
HSL 244.9º 0.69% 0.58% -
HSV(B) 244.9º 0.66% 0.87% -
XYZ 19.63 12.33 70.45 -
YUV 95.35 199.48 122.05 -
System Red Green Blue C M Y K H S L
Decimal 87 75 222 0.61 0.66 0 0.13 244.9 0.69 0.58
Hex 57 4B DE 3D 42 0 D F5 45 3A
Octal 127 113 336 75 102 0 15 365 105 72
Binary 1010111 1001011 11011110 111101 1000010 0 1101 11110101 1000101 111010

Color Harmonies of #574BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574BDE

Black with #574BDE

Text Example


Text Example

White with #574BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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