Html Css Color HEX #5B4ADF Slate Blue

📋 copy color: '#5B4ADF'

red 91 ◦ green 74 ◦ blue 223

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

Shades of Slate Blue #5B4ADF

Tints of Slate Blue #5B4ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.47%

R = 23.45%
G = 19.07%
B = 57.47%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5B4ADF (or 0x5B4ADF) is known color: Slate Blue. HEX triplet: 5B, 4A and DF. RGB value is (91,74,223). Sum of RGB (Red+Green+Blue) = 91+74+223=388 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.45% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #5B4ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B4ADF is #A4B520. Grayscale: #5F5F5F. Windows color (decimal): -10794273 or 14633563. OLE color: 14633563.

HSL color Cylindrical-coordinate representation of color #5B4ADF: hue angle of 246.85º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B4ADF is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 91 74 223 -
CMYK 0.59 0.67 0 0.13
HSL 246.85º 0.7% 0.58% -
HSV(B) 246.85º 0.67% 0.87% -
XYZ 20.08 12.45 71.16 -
YUV 96.07 199.63 124.38 -
System Red Green Blue C M Y K H S L
Decimal 91 74 223 0.59 0.67 0 0.13 246.85 0.7 0.58
Hex 5B 4A DF 3B 43 0 D F7 46 3A
Octal 133 112 337 73 103 0 15 367 106 72
Binary 1011011 1001010 11011111 111011 1000011 0 1101 11110111 1000110 111010

Color Harmonies of #5B4ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4ADF

Black with #5B4ADF

Text Example


Text Example

White with #5B4ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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