Html Css Color HEX #5960CC Slate Blue

📋 copy color: '#5960CC'

red 89 ◦ green 96 ◦ blue 204

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

Shades of Slate Blue #5960CC

Tints of Slate Blue #5960CC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.68%

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

R = 22.88%
G = 24.68%
B = 52.44%

CMYK

 C value IS 0.56

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5960CC (or 0x5960CC) is known color: Slate Blue. HEX triplet: 59, 60 and CC. RGB value is (89,96,204). Sum of RGB (Red+Green+Blue) = 89+96+204=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #5960CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5960CC is #A69F33. Grayscale: #696969. Windows color (decimal): -10919732 or 13394009. OLE color: 13394009.

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

Color convert

RGB 89 96 204 -
CMYK 0.56 0.53 0 0.2
HSL 236.35º 0.53% 0.57% -
HSV(B) 236.35º 0.56% 0.8% -
XYZ 19.2 14.85 58.98 -
YUV 106.22 183.18 115.72 -
System Red Green Blue C M Y K H S L
Decimal 89 96 204 0.56 0.53 0 0.2 236.35 0.53 0.57
Hex 59 60 CC 38 35 0 14 EC 35 39
Octal 131 140 314 70 65 0 24 354 65 71
Binary 1011001 1100000 11001100 111000 110101 0 10100 11101100 110101 111001

Color Harmonies of #5960CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5960CC

Black with #5960CC

Text Example


Text Example

White with #5960CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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