Html Css Color HEX #5B4CCF Slate Blue

📋 copy color: '#5B4CCF'

red 91 ◦ green 76 ◦ blue 207

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

Shades of Slate Blue #5B4CCF

Tints of Slate Blue #5B4CCF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.32%

 BLUE value IS 207 (81.25% from 255) = 55.35%

R = 24.33%
G = 20.32%
B = 55.35%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5B4CCF (or 0x5B4CCF) is known color: Slate Blue. HEX triplet: 5B, 4C and CF. RGB value is (91,76,207). Sum of RGB (Red+Green+Blue) = 91+76+207=374 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.33% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B4CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B4CCF is #A4B330. Grayscale: #5E5E5E. Windows color (decimal): -10793777 or 13585499. OLE color: 13585499.

HSL color Cylindrical-coordinate representation of color #5B4CCF: hue angle of 246.87º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B4CCF is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 91 76 207 -
CMYK 0.56 0.63 0 0.19
HSL 246.87º 0.58% 0.55% -
HSV(B) 246.87º 0.63% 0.81% -
XYZ 18.16 11.9 60.37 -
YUV 95.42 190.97 124.85 -
System Red Green Blue C M Y K H S L
Decimal 91 76 207 0.56 0.63 0 0.19 246.87 0.58 0.55
Hex 5B 4C CF 38 3F 0 13 F7 3A 37
Octal 133 114 317 70 77 0 23 367 72 67
Binary 1011011 1001100 11001111 111000 111111 0 10011 11110111 111010 110111

Color Harmonies of #5B4CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4CCF

Black with #5B4CCF

Text Example


Text Example

White with #5B4CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,76,207); }

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

background-color css

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

 a { background-color: rgb(91,76,207); }

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

border-color css

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

 span { border-color: rgb(91,76,207); }

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