Html Css Color HEX #5655CB Slate Blue

📋 copy color: '#5655CB'

red 86 ◦ green 85 ◦ blue 203

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

Shades of Slate Blue #5655CB

Tints of Slate Blue #5655CB

RGB

 RED value IS 86 (33.98% from 255) = 22.99%

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

 BLUE value IS 203 (79.69% from 255) = 54.28%

R = 22.99%
G = 22.73%
B = 54.28%

CMYK

 C value IS 0.58

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5655CB (or 0x5655CB) is known color: Slate Blue. HEX triplet: 56, 55 and CB. RGB value is (86,85,203). Sum of RGB (Red+Green+Blue) = 86+85+203=374 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.99% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #5655CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5655CB is #A9AA34. Grayscale: #626262. Windows color (decimal): -11119157 or 13325654. OLE color: 13325654.

HSL color Cylindrical-coordinate representation of color #5655CB: hue angle of 240.51º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5655CB is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 85 203 -
CMYK 0.58 0.58 0 0.20
HSL 240.51º 0.53% 0.56% -
HSV(B) 240.51º 0.58% 0.8% -
XYZ 17.87 12.79 58.03 -
YUV 98.75 186.83 118.91 -
System Red Green Blue C M Y K H S L
Decimal 86 85 203 0.58 0.58 0 0.20 240.51 0.53 0.56
Hex 56 55 CB 3A 3A 0 14 F1 35 38
Octal 126 125 313 72 72 0 24 361 65 70
Binary 1010110 1010101 11001011 111010 111010 0 10100 11110001 110101 111000

Color Harmonies of #5655CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5655CB

Black with #5655CB

Text Example


Text Example

White with #5655CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5655CB; }

 p { color: rgb(86,85,203); }

 H1.HeaderClassName
 {
   color: #5655CB;
 }
 .AnyTagClassName
 {
   color: #5655CB;
 }
</style>

background-color css

<style>
 a { background-color: #5655CB; }

 a { background-color: rgb(86,85,203); }

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

border-color css

<style>
 span { border-color: #5655CB; }

 span { border-color: rgb(86,85,203); }

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