Html Css Color HEX #584BCD Slate Blue

📋 copy color: '#584BCD'

red 88 ◦ green 75 ◦ blue 205

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

Shades of Slate Blue #584BCD

Tints of Slate Blue #584BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.71%

R = 23.91%
G = 20.38%
B = 55.71%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#584BCD (or 0x584BCD) is known color: Slate Blue. HEX triplet: 58, 4B and CD. RGB value is (88,75,205). Sum of RGB (Red+Green+Blue) = 88+75+205=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #584BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584BCD is #A7B432. Grayscale: #5D5D5D. Windows color (decimal): -10990643 or 13454168. OLE color: 13454168.

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

Color convert

RGB 88 75 205 -
CMYK 0.57 0.63 0 0.20
HSL 246º 0.57% 0.55% -
HSV(B) 246º 0.63% 0.8% -
XYZ 17.56 11.51 59.05 -
YUV 93.71 190.81 123.93 -
System Red Green Blue C M Y K H S L
Decimal 88 75 205 0.57 0.63 0 0.20 246 0.57 0.55
Hex 58 4B CD 39 3F 0 14 F6 39 37
Octal 130 113 315 71 77 0 24 366 71 67
Binary 1011000 1001011 11001101 111001 111111 0 10100 11110110 111001 110111

Color Harmonies of #584BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584BCD

Black with #584BCD

Text Example


Text Example

White with #584BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,75,205); }

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

background-color css

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

 a { background-color: rgb(88,75,205); }

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

border-color css

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

 span { border-color: rgb(88,75,205); }

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