Html Css Color HEX #5659CB Slate Blue

📋 copy color: '#5659CB'

red 86 ◦ green 89 ◦ blue 203

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

Shades of Slate Blue #5659CB

Tints of Slate Blue #5659CB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.54%

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

R = 22.75%
G = 23.54%
B = 53.7%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5659CB (or 0x5659CB) is known color: Slate Blue. HEX triplet: 56, 59 and CB. RGB value is (86,89,203). Sum of RGB (Red+Green+Blue) = 86+89+203=378 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.75% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #5659CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5659CB is #A9A634. Grayscale: #646464. Windows color (decimal): -11118133 or 13326678. OLE color: 13326678.

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

Color convert

RGB 86 89 203 -
CMYK 0.58 0.56 0 0.20
HSL 238.46º 0.53% 0.57% -
HSV(B) 238.46º 0.58% 0.8% -
XYZ 18.19 13.43 58.13 -
YUV 101.1 185.51 117.23 -
System Red Green Blue C M Y K H S L
Decimal 86 89 203 0.58 0.56 0 0.20 238.46 0.53 0.57
Hex 56 59 CB 3A 38 0 14 EE 35 39
Octal 126 131 313 72 70 0 24 356 65 71
Binary 1010110 1011001 11001011 111010 111000 0 10100 11101110 110101 111001

Color Harmonies of #5659CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5659CB

Black with #5659CB

Text Example


Text Example

White with #5659CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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