Html Css Color HEX #5957C9 Slate Blue

📋 copy color: '#5957C9'

red 89 ◦ green 87 ◦ blue 201

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

Shades of Slate Blue #5957C9

Tints of Slate Blue #5957C9

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.08%

 BLUE value IS 201 (78.91% from 255) = 53.32%

R = 23.61%
G = 23.08%
B = 53.32%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5957C9 (or 0x5957C9) is known color: Slate Blue. HEX triplet: 59, 57 and C9. RGB value is (89,87,201). Sum of RGB (Red+Green+Blue) = 89+87+201=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 201 (78.91% from 255 or 53.32% from 377); Max value from RGB is 201 - color contains mainly: blue. Hex color #5957C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5957C9 is #A6A836. Grayscale: #646464. Windows color (decimal): -10922039 or 13195097. OLE color: 13195097.

HSL color Cylindrical-coordinate representation of color #5957C9: hue angle of 241.05º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5957C9 is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 89 87 201 -
CMYK 0.56 0.57 0 0.21
HSL 241.05º 0.51% 0.56% -
HSV(B) 241.05º 0.57% 0.79% -
XYZ 18.07 13.16 56.85 -
YUV 100.59 184.66 119.73 -
System Red Green Blue C M Y K H S L
Decimal 89 87 201 0.56 0.57 0 0.21 241.05 0.51 0.56
Hex 59 57 C9 38 39 0 15 F1 33 38
Octal 131 127 311 70 71 0 25 361 63 70
Binary 1011001 1010111 11001001 111000 111001 0 10101 11110001 110011 111000

Color Harmonies of #5957C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5957C9

Black with #5957C9

Text Example


Text Example

White with #5957C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5957C9; }

 p { color: rgb(89,87,201); }

 H1.HeaderClassName
 {
   color: #5957C9;
 }
 .AnyTagClassName
 {
   color: #5957C9;
 }
</style>

background-color css

<style>
 a { background-color: #5957C9; }

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

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

border-color css

<style>
 span { border-color: #5957C9; }

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

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