Html Css Color HEX #574FDC Slate Blue

📋 copy color: '#574FDC'

red 87 ◦ green 79 ◦ blue 220

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

Shades of Slate Blue #574FDC

Tints of Slate Blue #574FDC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.47%

 BLUE value IS 220 (86.33% from 255) = 56.99%

R = 22.54%
G = 20.47%
B = 56.99%

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

#574FDC (or 0x574FDC) is known color: Slate Blue. HEX triplet: 57, 4F and DC. RGB value is (87,79,220). Sum of RGB (Red+Green+Blue) = 87+79+220=386 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.54% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #574FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574FDC is #A8B023. Grayscale: #606060. Windows color (decimal): -11055140 or 14438231. OLE color: 14438231.

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

Color convert

RGB 87 79 220 -
CMYK 0.60 0.64 0 0.14
HSL 243.4º 0.67% 0.59% -
HSV(B) 243.4º 0.64% 0.86% -
XYZ 19.64 12.79 69.14 -
YUV 97.47 197.15 120.54 -
System Red Green Blue C M Y K H S L
Decimal 87 79 220 0.60 0.64 0 0.14 243.4 0.67 0.59
Hex 57 4F DC 3C 40 0 E F3 43 3B
Octal 127 117 334 74 100 0 16 363 103 73
Binary 1010111 1001111 11011100 111100 1000000 0 1110 11110011 1000011 111011

Color Harmonies of #574FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574FDC

Black with #574FDC

Text Example


Text Example

White with #574FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,79,220); }

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

background-color css

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

 a { background-color: rgb(87,79,220); }

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

border-color css

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

 span { border-color: rgb(87,79,220); }

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