Html Css Color HEX #5B4DD2 Slate Blue

📋 copy color: '#5B4DD2'

red 91 ◦ green 77 ◦ blue 210

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

Shades of Slate Blue #5B4DD2

Tints of Slate Blue #5B4DD2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.37%

 BLUE value IS 210 (82.42% from 255) = 55.56%

R = 24.07%
G = 20.37%
B = 55.56%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5B4DD2 (or 0x5B4DD2) is known color: Slate Blue. HEX triplet: 5B, 4D and D2. RGB value is (91,77,210). Sum of RGB (Red+Green+Blue) = 91+77+210=378 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.07% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 210 (82.42% from 255 or 55.56% from 378); Max value from RGB is 210 - color contains mainly: blue. Hex color #5B4DD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B4DD2 is #A4B22D. Grayscale: #5F5F5F. Windows color (decimal): -10793518 or 13782363. OLE color: 13782363.

HSL color Cylindrical-coordinate representation of color #5B4DD2: hue angle of 246.32º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B4DD2 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 91 77 210 -
CMYK 0.57 0.63 0 0.18
HSL 246.32º 0.6% 0.56% -
HSV(B) 246.32º 0.63% 0.82% -
XYZ 18.6 12.19 62.34 -
YUV 96.35 192.14 124.19 -
System Red Green Blue C M Y K H S L
Decimal 91 77 210 0.57 0.63 0 0.18 246.32 0.6 0.56
Hex 5B 4D D2 39 3F 0 12 F6 3C 38
Octal 133 115 322 71 77 0 22 366 74 70
Binary 1011011 1001101 11010010 111001 111111 0 10010 11110110 111100 111000

Color Harmonies of #5B4DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4DD2

Black with #5B4DD2

Text Example


Text Example

White with #5B4DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,77,210); }

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

background-color css

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

 a { background-color: rgb(91,77,210); }

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

border-color css

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

 span { border-color: rgb(91,77,210); }

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