Html Css Color HEX #5960BD Rich Blue

📋 copy color: '#5960BD'

red 89 ◦ green 96 ◦ blue 189

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

Shades of Rich Blue #5960BD

Tints of Rich Blue #5960BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.53%

R = 23.8%
G = 25.67%
B = 50.53%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5960BD (or 0x5960BD) is known color: Rich Blue. HEX triplet: 59, 60 and BD. RGB value is (89,96,189). Sum of RGB (Red+Green+Blue) = 89+96+189=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #5960BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5960BD is #A69F42. Grayscale: #686868. Windows color (decimal): -10919747 or 12410969. OLE color: 12410969.

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

Color convert

RGB 89 96 189 -
CMYK 0.53 0.49 0 0.26
HSL 235.8º 0.43% 0.55% -
HSV(B) 235.8º 0.53% 0.74% -
XYZ 17.49 14.16 49.96 -
YUV 104.51 175.68 116.94 -
System Red Green Blue C M Y K H S L
Decimal 89 96 189 0.53 0.49 0 0.26 235.8 0.43 0.55
Hex 59 60 BD 35 31 0 1A EC 2B 37
Octal 131 140 275 65 61 0 32 354 53 67
Binary 1011001 1100000 10111101 110101 110001 0 11010 11101100 101011 110111

Color Harmonies of #5960BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5960BD

Black with #5960BD

Text Example


Text Example

White with #5960BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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