Html Css Color HEX #574ACC Slate Blue

📋 copy color: '#574ACC'

red 87 ◦ green 74 ◦ blue 204

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

Shades of Slate Blue #574ACC

Tints of Slate Blue #574ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.89%

R = 23.84%
G = 20.27%
B = 55.89%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#574ACC (or 0x574ACC) is known color: Slate Blue. HEX triplet: 57, 4A and CC. RGB value is (87,74,204). Sum of RGB (Red+Green+Blue) = 87+74+204=365 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.84% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #574ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574ACC is #A8B533. Grayscale: #5C5C5C. Windows color (decimal): -11056436 or 13388375. OLE color: 13388375.

HSL color Cylindrical-coordinate representation of color #574ACC: hue angle of 246º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #574ACC is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 87 74 204 -
CMYK 0.57 0.64 0 0.2
HSL 246º 0.56% 0.55% -
HSV(B) 246º 0.64% 0.8% -
XYZ 17.28 11.28 58.39 -
YUV 92.71 190.81 123.93 -
System Red Green Blue C M Y K H S L
Decimal 87 74 204 0.57 0.64 0 0.2 246 0.56 0.55
Hex 57 4A CC 39 40 0 14 F6 38 37
Octal 127 112 314 71 100 0 24 366 70 67
Binary 1010111 1001010 11001100 111001 1000000 0 10100 11110110 111000 110111

Color Harmonies of #574ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574ACC

Black with #574ACC

Text Example


Text Example

White with #574ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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