Html Css Color HEX #584ACB Slate Blue

📋 copy color: '#584ACB'

red 88 ◦ green 74 ◦ blue 203

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

Shades of Slate Blue #584ACB

Tints of Slate Blue #584ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.62%

R = 24.11%
G = 20.27%
B = 55.62%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#584ACB (or 0x584ACB) is known color: Slate Blue. HEX triplet: 58, 4A and CB. RGB value is (88,74,203). Sum of RGB (Red+Green+Blue) = 88+74+203=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #584ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584ACB is #A7B534. Grayscale: #5C5C5C. Windows color (decimal): -10990901 or 13322840. OLE color: 13322840.

HSL color Cylindrical-coordinate representation of color #584ACB: hue angle of 246.51º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #584ACB is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 74 203 -
CMYK 0.57 0.64 0 0.20
HSL 246.51º 0.55% 0.54% -
HSV(B) 246.51º 0.64% 0.8% -
XYZ 17.25 11.28 57.77 -
YUV 92.89 190.14 124.51 -
System Red Green Blue C M Y K H S L
Decimal 88 74 203 0.57 0.64 0 0.20 246.51 0.55 0.54
Hex 58 4A CB 39 40 0 14 F7 37 36
Octal 130 112 313 71 100 0 24 367 67 66
Binary 1011000 1001010 11001011 111001 1000000 0 10100 11110111 110111 110110

Color Harmonies of #584ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584ACB

Black with #584ACB

Text Example


Text Example

White with #584ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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