Html Css Color HEX #5959CF Slate Blue

📋 copy color: '#5959CF'

red 89 ◦ green 89 ◦ blue 207

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

Shades of Slate Blue #5959CF

Tints of Slate Blue #5959CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.77%

R = 23.12%
G = 23.12%
B = 53.77%

CMYK

 C value IS 0.57

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5959CF (or 0x5959CF) is known color: Slate Blue. HEX triplet: 59, 59 and CF. RGB value is (89,89,207). Sum of RGB (Red+Green+Blue) = 89+89+207=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #5959CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5959CF is #A6A630. Grayscale: #656565. Windows color (decimal): -10921521 or 13588825. OLE color: 13588825.

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

Color convert

RGB 89 89 207 -
CMYK 0.57 0.57 0 0.19
HSL 240º 0.55% 0.58% -
HSV(B) 240º 0.57% 0.81% -
XYZ 18.95 13.77 60.69 -
YUV 102.45 187 118.41 -
System Red Green Blue C M Y K H S L
Decimal 89 89 207 0.57 0.57 0 0.19 240 0.55 0.58
Hex 59 59 CF 39 39 0 13 F0 37 3A
Octal 131 131 317 71 71 0 23 360 67 72
Binary 1011001 1011001 11001111 111001 111001 0 10011 11110000 110111 111010

Color Harmonies of #5959CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5959CF

Black with #5959CF

Text Example


Text Example

White with #5959CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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