Html Css Color HEX #574FCD Slate Blue

📋 copy color: '#574FCD'

red 87 ◦ green 79 ◦ blue 205

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

Shades of Slate Blue #574FCD

Tints of Slate Blue #574FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.26%

R = 23.45%
G = 21.29%
B = 55.26%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#574FCD (or 0x574FCD) is known color: Slate Blue. HEX triplet: 57, 4F and CD. RGB value is (87,79,205). Sum of RGB (Red+Green+Blue) = 87+79+205=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #574FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574FCD is #A8B032. Grayscale: #5F5F5F. Windows color (decimal): -11055155 or 13455191. OLE color: 13455191.

HSL color Cylindrical-coordinate representation of color #574FCD: hue angle of 243.81º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #574FCD is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 79 205 -
CMYK 0.58 0.61 0 0.20
HSL 243.81º 0.56% 0.56% -
HSV(B) 243.81º 0.61% 0.8% -
XYZ 17.75 12.03 59.14 -
YUV 95.76 189.65 121.75 -
System Red Green Blue C M Y K H S L
Decimal 87 79 205 0.58 0.61 0 0.20 243.81 0.56 0.56
Hex 57 4F CD 3A 3D 0 14 F4 38 38
Octal 127 117 315 72 75 0 24 364 70 70
Binary 1010111 1001111 11001101 111010 111101 0 10100 11110100 111000 111000

Color Harmonies of #574FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574FCD

Black with #574FCD

Text Example


Text Example

White with #574FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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