Html Css Color HEX #584BCB Slate Blue

📋 copy color: '#584BCB'

red 88 ◦ green 75 ◦ blue 203

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

Shades of Slate Blue #584BCB

Tints of Slate Blue #584BCB

RGB

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

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

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

R = 24.04%
G = 20.49%
B = 55.46%

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

#584BCB (or 0x584BCB) is known color: Slate Blue. HEX triplet: 58, 4B and CB. RGB value is (88,75,203). Sum of RGB (Red+Green+Blue) = 88+75+203=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #584BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584BCB is #A7B434. Grayscale: #5C5C5C. Windows color (decimal): -10990645 or 13323096. OLE color: 13323096.

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

Color convert

RGB 88 75 203 -
CMYK 0.57 0.63 0 0.20
HSL 246.09º 0.55% 0.55% -
HSV(B) 246.09º 0.63% 0.8% -
XYZ 17.32 11.42 57.79 -
YUV 93.48 189.81 124.09 -
System Red Green Blue C M Y K H S L
Decimal 88 75 203 0.57 0.63 0 0.20 246.09 0.55 0.55
Hex 58 4B CB 39 3F 0 14 F6 37 37
Octal 130 113 313 71 77 0 24 366 67 67
Binary 1011000 1001011 11001011 111001 111111 0 10100 11110110 110111 110111

Color Harmonies of #584BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584BCB

Black with #584BCB

Text Example


Text Example

White with #584BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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