Html Css Color HEX #584BC0 Slate Blue

📋 copy color: '#584BC0'

red 88 ◦ green 75 ◦ blue 192

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

Shades of Slate Blue #584BC0

Tints of Slate Blue #584BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 54.08%

R = 24.79%
G = 21.13%
B = 54.08%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#584BC0 (or 0x584BC0) is known color: Slate Blue. HEX triplet: 58, 4B and C0. RGB value is (88,75,192). Sum of RGB (Red+Green+Blue) = 88+75+192=355 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.79% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #584BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584BC0 is #A7B43F. Grayscale: #5B5B5B. Windows color (decimal): -10990656 or 12602200. OLE color: 12602200.

HSL color Cylindrical-coordinate representation of color #584BC0: hue angle of 246.67º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #584BC0 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 75 192 -
CMYK 0.54 0.61 0 0.25
HSL 246.67º 0.48% 0.52% -
HSV(B) 246.67º 0.61% 0.75% -
XYZ 16.06 10.91 51.13 -
YUV 92.23 184.31 124.99 -
System Red Green Blue C M Y K H S L
Decimal 88 75 192 0.54 0.61 0 0.25 246.67 0.48 0.52
Hex 58 4B C0 36 3D 0 19 F7 30 34
Octal 130 113 300 66 75 0 31 367 60 64
Binary 1011000 1001011 11000000 110110 111101 0 11001 11110111 110000 110100

Color Harmonies of #584BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584BC0

Black with #584BC0

Text Example


Text Example

White with #584BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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