Html Css Color HEX #584ACE Slate Blue

📋 copy color: '#584ACE'

red 88 ◦ green 74 ◦ blue 206

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

Shades of Slate Blue #584ACE

Tints of Slate Blue #584ACE

RGB

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

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

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

R = 23.91%
G = 20.11%
B = 55.98%

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

#584ACE (or 0x584ACE) is known color: Slate Blue. HEX triplet: 58, 4A and CE. RGB value is (88,74,206). Sum of RGB (Red+Green+Blue) = 88+74+206=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #584ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584ACE is #A7B531. Grayscale: #5C5C5C. Windows color (decimal): -10990898 or 13519448. OLE color: 13519448.

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

Color convert

RGB 88 74 206 -
CMYK 0.57 0.64 0 0.19
HSL 246.36º 0.57% 0.55% -
HSV(B) 246.36º 0.64% 0.81% -
XYZ 17.61 11.43 59.67 -
YUV 93.23 191.64 124.27 -
System Red Green Blue C M Y K H S L
Decimal 88 74 206 0.57 0.64 0 0.19 246.36 0.57 0.55
Hex 58 4A CE 39 40 0 13 F6 39 37
Octal 130 112 316 71 100 0 23 366 71 67
Binary 1011000 1001010 11001110 111001 1000000 0 10011 11110110 111001 110111

Color Harmonies of #584ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584ACE

Black with #584ACE

Text Example


Text Example

White with #584ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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