Html Css Color HEX #5950BB Rich Blue

📋 copy color: '#5950BB'

red 89 ◦ green 80 ◦ blue 187

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

Shades of Rich Blue #5950BB

Tints of Rich Blue #5950BB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.47%

 BLUE value IS 187 (73.44% from 255) = 52.53%

R = 25%
G = 22.47%
B = 52.53%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5950BB (or 0x5950BB) is known color: Rich Blue. HEX triplet: 59, 50 and BB. RGB value is (89,80,187). Sum of RGB (Red+Green+Blue) = 89+80+187=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #5950BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5950BB is #A6AF44. Grayscale: #5E5E5E. Windows color (decimal): -10923845 or 12275801. OLE color: 12275801.

HSL color Cylindrical-coordinate representation of color #5950BB: hue angle of 245.05º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5950BB is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 80 187 -
CMYK 0.52 0.57 0 0.27
HSL 245.05º 0.44% 0.52% -
HSV(B) 245.05º 0.57% 0.73% -
XYZ 15.96 11.45 48.38 -
YUV 94.89 179.98 123.8 -
System Red Green Blue C M Y K H S L
Decimal 89 80 187 0.52 0.57 0 0.27 245.05 0.44 0.52
Hex 59 50 BB 34 39 0 1B F5 2C 34
Octal 131 120 273 64 71 0 33 365 54 64
Binary 1011001 1010000 10111011 110100 111001 0 11011 11110101 101100 110100

Color Harmonies of #5950BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5950BB

Black with #5950BB

Text Example


Text Example

White with #5950BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5950BB; }

 p { color: rgb(89,80,187); }

 H1.HeaderClassName
 {
   color: #5950BB;
 }
 .AnyTagClassName
 {
   color: #5950BB;
 }
</style>

background-color css

<style>
 a { background-color: #5950BB; }

 a { background-color: rgb(89,80,187); }

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

border-color css

<style>
 span { border-color: #5950BB; }

 span { border-color: rgb(89,80,187); }

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