Html Css Color HEX #5958CC Slate Blue

📋 copy color: '#5958CC'

red 89 ◦ green 88 ◦ blue 204

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

Shades of Slate Blue #5958CC

Tints of Slate Blue #5958CC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.1%

 BLUE value IS 204 (80.08% from 255) = 53.54%

R = 23.36%
G = 23.1%
B = 53.54%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5958CC (or 0x5958CC) is known color: Slate Blue. HEX triplet: 59, 58 and CC. RGB value is (89,88,204). Sum of RGB (Red+Green+Blue) = 89+88+204=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #5958CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5958CC is #A6A733. Grayscale: #656565. Windows color (decimal): -10921780 or 13391961. OLE color: 13391961.

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

Color convert

RGB 89 88 204 -
CMYK 0.56 0.57 0 0.2
HSL 240.52º 0.53% 0.57% -
HSV(B) 240.52º 0.57% 0.8% -
XYZ 18.51 13.46 58.75 -
YUV 101.52 185.83 119.07 -
System Red Green Blue C M Y K H S L
Decimal 89 88 204 0.56 0.57 0 0.2 240.52 0.53 0.57
Hex 59 58 CC 38 39 0 14 F1 35 39
Octal 131 130 314 70 71 0 24 361 65 71
Binary 1011001 1011000 11001100 111000 111001 0 10100 11110001 110101 111001

Color Harmonies of #5958CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5958CC

Black with #5958CC

Text Example


Text Example

White with #5958CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5958CC; }

 p { color: rgb(89,88,204); }

 H1.HeaderClassName
 {
   color: #5958CC;
 }
 .AnyTagClassName
 {
   color: #5958CC;
 }
</style>

background-color css

<style>
 a { background-color: #5958CC; }

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

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

border-color css

<style>
 span { border-color: #5958CC; }

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

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