Html Css Color HEX #574BDC Slate Blue

📋 copy color: '#574BDC'

red 87 ◦ green 75 ◦ blue 220

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

Shades of Slate Blue #574BDC

Tints of Slate Blue #574BDC

RGB

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

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

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

R = 22.77%
G = 19.63%
B = 57.59%

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

#574BDC (or 0x574BDC) is known color: Slate Blue. HEX triplet: 57, 4B and DC. RGB value is (87,75,220). Sum of RGB (Red+Green+Blue) = 87+75+220=382 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.77% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #574BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574BDC is #A8B423. Grayscale: #5E5E5E. Windows color (decimal): -11056164 or 14437207. OLE color: 14437207.

HSL color Cylindrical-coordinate representation of color #574BDC: hue angle of 244.97º 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 #574BDC is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 75 220 -
CMYK 0.60 0.66 0 0.14
HSL 244.97º 0.67% 0.58% -
HSV(B) 244.97º 0.66% 0.86% -
XYZ 19.36 12.23 69.05 -
YUV 95.12 198.48 122.21 -
System Red Green Blue C M Y K H S L
Decimal 87 75 220 0.60 0.66 0 0.14 244.97 0.67 0.58
Hex 57 4B DC 3C 42 0 E F5 43 3A
Octal 127 113 334 74 102 0 16 365 103 72
Binary 1010111 1001011 11011100 111100 1000010 0 1110 11110101 1000011 111010

Color Harmonies of #574BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574BDC

Black with #574BDC

Text Example


Text Example

White with #574BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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