Html Css Color HEX #574FCF Slate Blue

📋 copy color: '#574FCF'

red 87 ◦ green 79 ◦ blue 207

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

Shades of Slate Blue #574FCF

Tints of Slate Blue #574FCF

RGB

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

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

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

R = 23.32%
G = 21.18%
B = 55.5%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#574FCF (or 0x574FCF) is known color: Slate Blue. HEX triplet: 57, 4F and CF. RGB value is (87,79,207). Sum of RGB (Red+Green+Blue) = 87+79+207=373 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.32% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #574FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574FCF is #A8B030. Grayscale: #5F5F5F. Windows color (decimal): -11055153 or 13586263. OLE color: 13586263.

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

Color convert

RGB 87 79 207 -
CMYK 0.58 0.62 0 0.19
HSL 243.75º 0.57% 0.56% -
HSV(B) 243.75º 0.62% 0.81% -
XYZ 17.99 12.12 60.42 -
YUV 95.98 190.65 121.59 -
System Red Green Blue C M Y K H S L
Decimal 87 79 207 0.58 0.62 0 0.19 243.75 0.57 0.56
Hex 57 4F CF 3A 3E 0 13 F4 39 38
Octal 127 117 317 72 76 0 23 364 71 70
Binary 1010111 1001111 11001111 111010 111110 0 10011 11110100 111001 111000

Color Harmonies of #574FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574FCF

Black with #574FCF

Text Example


Text Example

White with #574FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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