Html Css Color HEX #5B55CE Slate Blue

📋 copy color: '#5B55CE'

red 91 ◦ green 85 ◦ blue 206

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

Shades of Slate Blue #5B55CE

Tints of Slate Blue #5B55CE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.25%

 BLUE value IS 206 (80.86% from 255) = 53.93%

R = 23.82%
G = 22.25%
B = 53.93%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5B55CE (or 0x5B55CE) is known color: Slate Blue. HEX triplet: 5B, 55 and CE. RGB value is (91,85,206). Sum of RGB (Red+Green+Blue) = 91+85+206=382 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.82% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B55CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B55CE is #A4AA31. Grayscale: #646464. Windows color (decimal): -10791474 or 13522267. OLE color: 13522267.

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

Color convert

RGB 91 85 206 -
CMYK 0.56 0.59 0 0.19
HSL 242.98º 0.55% 0.57% -
HSV(B) 242.98º 0.59% 0.81% -
XYZ 18.7 13.18 59.95 -
YUV 100.59 187.49 121.16 -
System Red Green Blue C M Y K H S L
Decimal 91 85 206 0.56 0.59 0 0.19 242.98 0.55 0.57
Hex 5B 55 CE 38 3B 0 13 F3 37 39
Octal 133 125 316 70 73 0 23 363 67 71
Binary 1011011 1010101 11001110 111000 111011 0 10011 11110011 110111 111001

Color Harmonies of #5B55CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B55CE

Black with #5B55CE

Text Example


Text Example

White with #5B55CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,85,206); }

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

background-color css

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

 a { background-color: rgb(91,85,206); }

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

border-color css

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

 span { border-color: rgb(91,85,206); }

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