Html Css Color HEX #574DCE Slate Blue

📋 copy color: '#574DCE'

red 87 ◦ green 77 ◦ blue 206

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

Shades of Slate Blue #574DCE

Tints of Slate Blue #574DCE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.81%

 BLUE value IS 206 (80.86% from 255) = 55.68%

R = 23.51%
G = 20.81%
B = 55.68%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#574DCE (or 0x574DCE) is known color: Slate Blue. HEX triplet: 57, 4D and CE. RGB value is (87,77,206). Sum of RGB (Red+Green+Blue) = 87+77+206=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #574DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574DCE is #A8B231. Grayscale: #5E5E5E. Windows color (decimal): -11055666 or 13520215. OLE color: 13520215.

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

Color convert

RGB 87 77 206 -
CMYK 0.58 0.63 0 0.19
HSL 244.65º 0.57% 0.55% -
HSV(B) 244.65º 0.63% 0.81% -
XYZ 17.72 11.79 59.73 -
YUV 94.7 190.81 122.51 -
System Red Green Blue C M Y K H S L
Decimal 87 77 206 0.58 0.63 0 0.19 244.65 0.57 0.55
Hex 57 4D CE 3A 3F 0 13 F5 39 37
Octal 127 115 316 72 77 0 23 365 71 67
Binary 1010111 1001101 11001110 111010 111111 0 10011 11110101 111001 110111

Color Harmonies of #574DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574DCE

Black with #574DCE

Text Example


Text Example

White with #574DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,77,206); }

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

background-color css

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

 a { background-color: rgb(87,77,206); }

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

border-color css

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

 span { border-color: rgb(87,77,206); }

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