Html Css Color HEX #5950BD Rich Blue

📋 copy color: '#5950BD'

red 89 ◦ green 80 ◦ blue 189

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

Shades of Rich Blue #5950BD

Tints of Rich Blue #5950BD

RGB

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

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

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

R = 24.86%
G = 22.35%
B = 52.79%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5950BD (or 0x5950BD) is known color: Rich Blue. HEX triplet: 59, 50 and BD. RGB value is (89,80,189). Sum of RGB (Red+Green+Blue) = 89+80+189=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #5950BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5950BD is #A6AF42. Grayscale: #5E5E5E. Windows color (decimal): -10923843 or 12406873. OLE color: 12406873.

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

Color convert

RGB 89 80 189 -
CMYK 0.53 0.58 0 0.26
HSL 244.95º 0.45% 0.53% -
HSV(B) 244.95º 0.58% 0.74% -
XYZ 16.17 11.54 49.52 -
YUV 95.12 180.98 123.64 -
System Red Green Blue C M Y K H S L
Decimal 89 80 189 0.53 0.58 0 0.26 244.95 0.45 0.53
Hex 59 50 BD 35 3A 0 1A F5 2D 35
Octal 131 120 275 65 72 0 32 365 55 65
Binary 1011001 1010000 10111101 110101 111010 0 11010 11110101 101101 110101

Color Harmonies of #5950BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5950BD

Black with #5950BD

Text Example


Text Example

White with #5950BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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