Html Css Color HEX #574BCF Slate Blue

📋 copy color: '#574BCF'

red 87 ◦ green 75 ◦ blue 207

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

Shades of Slate Blue #574BCF

Tints of Slate Blue #574BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.1%

R = 23.58%
G = 20.33%
B = 56.1%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#574BCF (or 0x574BCF) is known color: Slate Blue. HEX triplet: 57, 4B and CF. RGB value is (87,75,207). Sum of RGB (Red+Green+Blue) = 87+75+207=369 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.58% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #574BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574BCF is #A8B430. Grayscale: #5D5D5D. Windows color (decimal): -11056177 or 13585239. OLE color: 13585239.

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

Color convert

RGB 87 75 207 -
CMYK 0.58 0.64 0 0.19
HSL 245.45º 0.58% 0.55% -
HSV(B) 245.45º 0.64% 0.81% -
XYZ 17.71 11.56 60.33 -
YUV 93.64 191.98 123.27 -
System Red Green Blue C M Y K H S L
Decimal 87 75 207 0.58 0.64 0 0.19 245.45 0.58 0.55
Hex 57 4B CF 3A 40 0 13 F5 3A 37
Octal 127 113 317 72 100 0 23 365 72 67
Binary 1010111 1001011 11001111 111010 1000000 0 10011 11110101 111010 110111

Color Harmonies of #574BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574BCF

Black with #574BCF

Text Example


Text Example

White with #574BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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