Html Css Color HEX #574ACF Slate Blue

📋 copy color: '#574ACF'

red 87 ◦ green 74 ◦ blue 207

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

Shades of Slate Blue #574ACF

Tints of Slate Blue #574ACF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.11%

 BLUE value IS 207 (81.25% from 255) = 56.25%

R = 23.64%
G = 20.11%
B = 56.25%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#574ACF (or 0x574ACF) is known color: Slate Blue. HEX triplet: 57, 4A and CF. RGB value is (87,74,207). Sum of RGB (Red+Green+Blue) = 87+74+207=368 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.64% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #574ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574ACF is #A8B530. Grayscale: #5C5C5C. Windows color (decimal): -11056433 or 13584983. OLE color: 13584983.

HSL color Cylindrical-coordinate representation of color #574ACF: hue angle of 245.86º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #574ACF is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 74 207 -
CMYK 0.58 0.64 0 0.19
HSL 245.86º 0.58% 0.55% -
HSV(B) 245.86º 0.64% 0.81% -
XYZ 17.64 11.43 60.31 -
YUV 93.05 192.31 123.69 -
System Red Green Blue C M Y K H S L
Decimal 87 74 207 0.58 0.64 0 0.19 245.86 0.58 0.55
Hex 57 4A CF 3A 40 0 13 F6 3A 37
Octal 127 112 317 72 100 0 23 366 72 67
Binary 1010111 1001010 11001111 111010 1000000 0 10011 11110110 111010 110111

Color Harmonies of #574ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574ACF

Black with #574ACF

Text Example


Text Example

White with #574ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,74,207); }

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

background-color css

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

 a { background-color: rgb(87,74,207); }

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

border-color css

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

 span { border-color: rgb(87,74,207); }

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