Html Css Color HEX #584ACF Slate Blue

📋 copy color: '#584ACF'

red 88 ◦ green 74 ◦ blue 207

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

Shades of Slate Blue #584ACF

Tints of Slate Blue #584ACF

RGB

 RED value IS 88 (34.77% from 255) = 23.85%

 GREEN value IS 74 (29.3% from 255) = 20.05%

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

R = 23.85%
G = 20.05%
B = 56.1%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#584ACF (or 0x584ACF) is known color: Slate Blue. HEX triplet: 58, 4A and CF. RGB value is (88,74,207). Sum of RGB (Red+Green+Blue) = 88+74+207=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 74 (29.30% from 255 or 20.05% 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 #584ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584ACF is #A7B530. Grayscale: #5C5C5C. Windows color (decimal): -10990897 or 13584984. OLE color: 13584984.

HSL color Cylindrical-coordinate representation of color #584ACF: hue angle of 246.32º 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 #584ACF is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 74 207 -
CMYK 0.57 0.64 0 0.19
HSL 246.32º 0.58% 0.55% -
HSV(B) 246.32º 0.64% 0.81% -
XYZ 17.74 11.48 60.31 -
YUV 93.35 192.14 124.19 -
System Red Green Blue C M Y K H S L
Decimal 88 74 207 0.57 0.64 0 0.19 246.32 0.58 0.55
Hex 58 4A CF 39 40 0 13 F6 3A 37
Octal 130 112 317 71 100 0 23 366 72 67
Binary 1011000 1001010 11001111 111001 1000000 0 10011 11110110 111010 110111

Color Harmonies of #584ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584ACF

Black with #584ACF

Text Example


Text Example

White with #584ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584ACF; }

 p { color: rgb(88,74,207); }

 H1.HeaderClassName
 {
   color: #584ACF;
 }
 .AnyTagClassName
 {
   color: #584ACF;
 }
</style>

background-color css

<style>
 a { background-color: #584ACF; }

 a { background-color: rgb(88,74,207); }

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

border-color css

<style>
 span { border-color: #584ACF; }

 span { border-color: rgb(88,74,207); }

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