Html Css Color HEX #584CCB Slate Blue

📋 copy color: '#584CCB'

red 88 ◦ green 76 ◦ blue 203

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

Shades of Slate Blue #584CCB

Tints of Slate Blue #584CCB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.71%

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

R = 23.98%
G = 20.71%
B = 55.31%

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

#584CCB (or 0x584CCB) is known color: Slate Blue. HEX triplet: 58, 4C and CB. RGB value is (88,76,203). Sum of RGB (Red+Green+Blue) = 88+76+203=367 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.98% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #584CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584CCB is #A7B334. Grayscale: #5D5D5D. Windows color (decimal): -10990389 or 13323352. OLE color: 13323352.

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

Color convert

RGB 88 76 203 -
CMYK 0.57 0.63 0 0.20
HSL 245.67º 0.55% 0.55% -
HSV(B) 245.67º 0.63% 0.8% -
XYZ 17.39 11.56 57.81 -
YUV 94.07 189.48 123.67 -
System Red Green Blue C M Y K H S L
Decimal 88 76 203 0.57 0.63 0 0.20 245.67 0.55 0.55
Hex 58 4C CB 39 3F 0 14 F6 37 37
Octal 130 114 313 71 77 0 24 366 67 67
Binary 1011000 1001100 11001011 111001 111111 0 10100 11110110 110111 110111

Color Harmonies of #584CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584CCB

Black with #584CCB

Text Example


Text Example

White with #584CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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