Html Css Color HEX #5B4ACA Slate Blue

📋 copy color: '#5B4ACA'

red 91 ◦ green 74 ◦ blue 202

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

Shades of Slate Blue #5B4ACA

Tints of Slate Blue #5B4ACA

RGB

 RED value IS 91 (35.94% from 255) = 24.8%

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

 BLUE value IS 202 (79.3% from 255) = 55.04%

R = 24.8%
G = 20.16%
B = 55.04%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5B4ACA (or 0x5B4ACA) is known color: Slate Blue. HEX triplet: 5B, 4A and CA. RGB value is (91,74,202). Sum of RGB (Red+Green+Blue) = 91+74+202=367 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.80% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B4ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B4ACA is #A4B535. Grayscale: #5D5D5D. Windows color (decimal): -10794294 or 13257307. OLE color: 13257307.

HSL color Cylindrical-coordinate representation of color #5B4ACA: hue angle of 247.97º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B4ACA is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 91 74 202 -
CMYK 0.55 0.63 0 0.21
HSL 247.97º 0.55% 0.54% -
HSV(B) 247.97º 0.63% 0.79% -
XYZ 17.42 11.39 57.16 -
YUV 93.68 189.13 126.09 -
System Red Green Blue C M Y K H S L
Decimal 91 74 202 0.55 0.63 0 0.21 247.97 0.55 0.54
Hex 5B 4A CA 37 3F 0 15 F8 37 36
Octal 133 112 312 67 77 0 25 370 67 66
Binary 1011011 1001010 11001010 110111 111111 0 10101 11111000 110111 110110

Color Harmonies of #5B4ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4ACA

Black with #5B4ACA

Text Example


Text Example

White with #5B4ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B4ACA; }

 p { color: rgb(91,74,202); }

 H1.HeaderClassName
 {
   color: #5B4ACA;
 }
 .AnyTagClassName
 {
   color: #5B4ACA;
 }
</style>

background-color css

<style>
 a { background-color: #5B4ACA; }

 a { background-color: rgb(91,74,202); }

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

border-color css

<style>
 span { border-color: #5B4ACA; }

 span { border-color: rgb(91,74,202); }

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