Html Css Color HEX #5960C1 Rich Blue

📋 copy color: '#5960C1'

red 89 ◦ green 96 ◦ blue 193

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

Shades of Rich Blue #5960C1

Tints of Rich Blue #5960C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 51.06%

R = 23.54%
G = 25.4%
B = 51.06%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5960C1 (or 0x5960C1) is known color: Rich Blue. HEX triplet: 59, 60 and C1. RGB value is (89,96,193). Sum of RGB (Red+Green+Blue) = 89+96+193=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 193 (75.78% from 255 or 51.06% from 378); Max value from RGB is 193 - color contains mainly: blue. Hex color #5960C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5960C1 is #A69F3E. Grayscale: #686868. Windows color (decimal): -10919743 or 12673113. OLE color: 12673113.

HSL color Cylindrical-coordinate representation of color #5960C1: hue angle of 235.96º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5960C1 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 89 96 193 -
CMYK 0.54 0.50 0 0.24
HSL 235.96º 0.46% 0.55% -
HSV(B) 235.96º 0.54% 0.76% -
XYZ 17.93 14.34 52.28 -
YUV 104.97 177.68 116.61 -
System Red Green Blue C M Y K H S L
Decimal 89 96 193 0.54 0.50 0 0.24 235.96 0.46 0.55
Hex 59 60 C1 36 32 0 18 EC 2E 37
Octal 131 140 301 66 62 0 30 354 56 67
Binary 1011001 1100000 11000001 110110 110010 0 11000 11101100 101110 110111

Color Harmonies of #5960C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5960C1

Black with #5960C1

Text Example


Text Example

White with #5960C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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