Html Css Color HEX #5960BE Rich Blue

📋 copy color: '#5960BE'

red 89 ◦ green 96 ◦ blue 190

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

Shades of Rich Blue #5960BE

Tints of Rich Blue #5960BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.67%

R = 23.73%
G = 25.6%
B = 50.67%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5960BE (or 0x5960BE) is known color: Rich Blue. HEX triplet: 59, 60 and BE. RGB value is (89,96,190). Sum of RGB (Red+Green+Blue) = 89+96+190=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #5960BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5960BE is #A69F41. Grayscale: #686868. Windows color (decimal): -10919746 or 12476505. OLE color: 12476505.

HSL color Cylindrical-coordinate representation of color #5960BE: hue angle of 235.84º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5960BE is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 96 190 -
CMYK 0.53 0.49 0 0.25
HSL 235.84º 0.44% 0.55% -
HSV(B) 235.84º 0.53% 0.75% -
XYZ 17.6 14.21 50.53 -
YUV 104.62 176.18 116.86 -
System Red Green Blue C M Y K H S L
Decimal 89 96 190 0.53 0.49 0 0.25 235.84 0.44 0.55
Hex 59 60 BE 35 31 0 19 EC 2C 37
Octal 131 140 276 65 61 0 31 354 54 67
Binary 1011001 1100000 10111110 110101 110001 0 11001 11101100 101100 110111

Color Harmonies of #5960BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5960BE

Black with #5960BE

Text Example


Text Example

White with #5960BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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