Html Css Color HEX #5B5ADF Slate Blue

📋 copy color: '#5B5ADF'

red 91 ◦ green 90 ◦ blue 223

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

Shades of Slate Blue #5B5ADF

Tints of Slate Blue #5B5ADF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.28%

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

R = 22.52%
G = 22.28%
B = 55.2%

CMYK

 C value IS 0.59

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5B5ADF (or 0x5B5ADF) is known color: Slate Blue. HEX triplet: 5B, 5A and DF. RGB value is (91,90,223). Sum of RGB (Red+Green+Blue) = 91+90+223=404 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.52% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #5B5ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5ADF is #A4A520. Grayscale: #686868. Windows color (decimal): -10790177 or 14637659. OLE color: 14637659.

HSL color Cylindrical-coordinate representation of color #5B5ADF: hue angle of 240.45º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B5ADF is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 91 90 223 -
CMYK 0.59 0.60 0 0.13
HSL 240.45º 0.68% 0.61% -
HSV(B) 240.45º 0.6% 0.87% -
XYZ 21.29 14.86 71.56 -
YUV 105.46 194.33 117.69 -
System Red Green Blue C M Y K H S L
Decimal 91 90 223 0.59 0.60 0 0.13 240.45 0.68 0.61
Hex 5B 5A DF 3B 3C 0 D F0 44 3D
Octal 133 132 337 73 74 0 15 360 104 75
Binary 1011011 1011010 11011111 111011 111100 0 1101 11110000 1000100 111101

Color Harmonies of #5B5ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5ADF

Black with #5B5ADF

Text Example


Text Example

White with #5B5ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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