Html Css Color HEX #5B57CF Slate Blue

📋 copy color: '#5B57CF'

red 91 ◦ green 87 ◦ blue 207

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

Shades of Slate Blue #5B57CF

Tints of Slate Blue #5B57CF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.6%

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

R = 23.64%
G = 22.6%
B = 53.77%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5B57CF (or 0x5B57CF) is known color: Slate Blue. HEX triplet: 5B, 57 and CF. RGB value is (91,87,207). Sum of RGB (Red+Green+Blue) = 91+87+207=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B57CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B57CF is #A4A830. Grayscale: #656565. Windows color (decimal): -10790961 or 13588315. OLE color: 13588315.

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

Color convert

RGB 91 87 207 -
CMYK 0.56 0.58 0 0.19
HSL 242º 0.56% 0.58% -
HSV(B) 242º 0.58% 0.81% -
XYZ 18.99 13.55 60.65 -
YUV 101.88 187.33 120.24 -
System Red Green Blue C M Y K H S L
Decimal 91 87 207 0.56 0.58 0 0.19 242 0.56 0.58
Hex 5B 57 CF 38 3A 0 13 F2 38 3A
Octal 133 127 317 70 72 0 23 362 70 72
Binary 1011011 1010111 11001111 111000 111010 0 10011 11110010 111000 111010

Color Harmonies of #5B57CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B57CF

Black with #5B57CF

Text Example


Text Example

White with #5B57CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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