Html Css Color HEX #5959C5 Slate Blue

📋 copy color: '#5959C5'

red 89 ◦ green 89 ◦ blue 197

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

Shades of Slate Blue #5959C5

Tints of Slate Blue #5959C5

RGB

 RED value IS 89 (35.16% from 255) = 23.73%

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

 BLUE value IS 197 (77.34% from 255) = 52.53%

R = 23.73%
G = 23.73%
B = 52.53%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#5959C5 (or 0x5959C5) is known color: Slate Blue. HEX triplet: 59, 59 and C5. RGB value is (89,89,197). Sum of RGB (Red+Green+Blue) = 89+89+197=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 197 (77.34% from 255 or 52.53% from 375); Max value from RGB is 197 - color contains mainly: blue. Hex color #5959C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5959C5 is #A6A63A. Grayscale: #646464. Windows color (decimal): -10921531 or 12933465. OLE color: 12933465.

HSL color Cylindrical-coordinate representation of color #5959C5: hue angle of 240º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5959C5 is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 89 89 197 -
CMYK 0.55 0.55 0 0.23
HSL 240º 0.48% 0.56% -
HSV(B) 240º 0.55% 0.77% -
XYZ 17.77 13.3 54.45 -
YUV 101.31 182 119.22 -
System Red Green Blue C M Y K H S L
Decimal 89 89 197 0.55 0.55 0 0.23 240 0.48 0.56
Hex 59 59 C5 37 37 0 17 F0 30 38
Octal 131 131 305 67 67 0 27 360 60 70
Binary 1011001 1011001 11000101 110111 110111 0 10111 11110000 110000 111000

Color Harmonies of #5959C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5959C5

Black with #5959C5

Text Example


Text Example

White with #5959C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5959C5; }

 p { color: rgb(89,89,197); }

 H1.HeaderClassName
 {
   color: #5959C5;
 }
 .AnyTagClassName
 {
   color: #5959C5;
 }
</style>

background-color css

<style>
 a { background-color: #5959C5; }

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

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

border-color css

<style>
 span { border-color: #5959C5; }

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

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