Html Css Color HEX #5B4BBF Slate Blue

📋 copy color: '#5B4BBF'

red 91 ◦ green 75 ◦ blue 191

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

Shades of Slate Blue #5B4BBF

Tints of Slate Blue #5B4BBF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.01%

 BLUE value IS 191 (75% from 255) = 53.5%

R = 25.49%
G = 21.01%
B = 53.5%

CMYK

 C value IS 0.52

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5B4BBF (or 0x5B4BBF) is known color: Slate Blue. HEX triplet: 5B, 4B and BF. RGB value is (91,75,191). Sum of RGB (Red+Green+Blue) = 91+75+191=357 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.49% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #5B4BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B4BBF is #A4B440. Grayscale: #5C5C5C. Windows color (decimal): -10794049 or 12536667. OLE color: 12536667.

HSL color Cylindrical-coordinate representation of color #5B4BBF: hue angle of 248.28º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B4BBF is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 91 75 191 -
CMYK 0.52 0.61 0 0.25
HSL 248.28º 0.48% 0.52% -
HSV(B) 248.28º 0.61% 0.75% -
XYZ 16.23 11.02 50.56 -
YUV 93.01 183.3 126.57 -
System Red Green Blue C M Y K H S L
Decimal 91 75 191 0.52 0.61 0 0.25 248.28 0.48 0.52
Hex 5B 4B BF 34 3D 0 19 F8 30 34
Octal 133 113 277 64 75 0 31 370 60 64
Binary 1011011 1001011 10111111 110100 111101 0 11001 11111000 110000 110100

Color Harmonies of #5B4BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4BBF

Black with #5B4BBF

Text Example


Text Example

White with #5B4BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,75,191); }

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

background-color css

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

 a { background-color: rgb(91,75,191); }

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

border-color css

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

 span { border-color: rgb(91,75,191); }

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