Html Css Color HEX #5B61DF Slate Blue

📋 copy color: '#5B61DF'

red 91 ◦ green 97 ◦ blue 223

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

Shades of Slate Blue #5B61DF

Tints of Slate Blue #5B61DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.6%

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

R = 22.14%
G = 23.6%
B = 54.26%

CMYK

 C value IS 0.59

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5B61DF (or 0x5B61DF) is known color: Slate Blue. HEX triplet: 5B, 61 and DF. RGB value is (91,97,223). Sum of RGB (Red+Green+Blue) = 91+97+223=411 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.14% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #5B61DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B61DF is #A49E20. Grayscale: #6D6D6D. Windows color (decimal): -10788385 or 14639451. OLE color: 14639451.

HSL color Cylindrical-coordinate representation of color #5B61DF: hue angle of 237.27º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B61DF is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 91 97 223 -
CMYK 0.59 0.57 0 0.13
HSL 237.27º 0.67% 0.62% -
HSV(B) 237.27º 0.59% 0.87% -
XYZ 21.91 16.1 71.77 -
YUV 109.57 192.01 114.75 -
System Red Green Blue C M Y K H S L
Decimal 91 97 223 0.59 0.57 0 0.13 237.27 0.67 0.62
Hex 5B 61 DF 3B 39 0 D ED 43 3E
Octal 133 141 337 73 71 0 15 355 103 76
Binary 1011011 1100001 11011111 111011 111001 0 1101 11101101 1000011 111110

Color Harmonies of #5B61DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B61DF

Black with #5B61DF

Text Example


Text Example

White with #5B61DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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