Html Css Color HEX #5B5FD0 Slate Blue

📋 copy color: '#5B5FD0'

red 91 ◦ green 95 ◦ blue 208

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

Shades of Slate Blue #5B5FD0

Tints of Slate Blue #5B5FD0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.11%

 BLUE value IS 208 (81.64% from 255) = 52.79%

R = 23.1%
G = 24.11%
B = 52.79%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5B5FD0 (or 0x5B5FD0) is known color: Slate Blue. HEX triplet: 5B, 5F and D0. RGB value is (91,95,208). Sum of RGB (Red+Green+Blue) = 91+95+208=394 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.10% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 208 (81.64% from 255 or 52.79% from 394); Max value from RGB is 208 - color contains mainly: blue. Hex color #5B5FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5FD0 is #A4A02F. Grayscale: #6A6A6A. Windows color (decimal): -10788912 or 13655899. OLE color: 13655899.

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

Color convert

RGB 91 95 208 -
CMYK 0.56 0.54 0 0.18
HSL 237.95º 0.55% 0.59% -
HSV(B) 237.95º 0.56% 0.82% -
XYZ 19.79 14.96 61.52 -
YUV 106.69 185.17 116.81 -
System Red Green Blue C M Y K H S L
Decimal 91 95 208 0.56 0.54 0 0.18 237.95 0.55 0.59
Hex 5B 5F D0 38 36 0 12 EE 37 3B
Octal 133 137 320 70 66 0 22 356 67 73
Binary 1011011 1011111 11010000 111000 110110 0 10010 11101110 110111 111011

Color Harmonies of #5B5FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5FD0

Black with #5B5FD0

Text Example


Text Example

White with #5B5FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,95,208); }

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

background-color css

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

 a { background-color: rgb(91,95,208); }

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

border-color css

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

 span { border-color: rgb(91,95,208); }

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