Html Css Color HEX #5950C0 Rich Blue

📋 copy color: '#5950C0'

red 89 ◦ green 80 ◦ blue 192

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

Shades of Rich Blue #5950C0

Tints of Rich Blue #5950C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 53.19%

R = 24.65%
G = 22.16%
B = 53.19%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5950C0 (or 0x5950C0) is known color: Rich Blue. HEX triplet: 59, 50 and C0. RGB value is (89,80,192). Sum of RGB (Red+Green+Blue) = 89+80+192=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 192 (75.39% from 255 or 53.19% from 361); Max value from RGB is 192 - color contains mainly: blue. Hex color #5950C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5950C0 is #A6AF3F. Grayscale: #5F5F5F. Windows color (decimal): -10923840 or 12603481. OLE color: 12603481.

HSL color Cylindrical-coordinate representation of color #5950C0: hue angle of 244.82º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5950C0 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 80 192 -
CMYK 0.54 0.58 0 0.25
HSL 244.82º 0.47% 0.53% -
HSV(B) 244.82º 0.58% 0.75% -
XYZ 16.5 11.67 51.25 -
YUV 95.46 182.48 123.39 -
System Red Green Blue C M Y K H S L
Decimal 89 80 192 0.54 0.58 0 0.25 244.82 0.47 0.53
Hex 59 50 C0 36 3A 0 19 F5 2F 35
Octal 131 120 300 66 72 0 31 365 57 65
Binary 1011001 1010000 11000000 110110 111010 0 11001 11110101 101111 110101

Color Harmonies of #5950C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5950C0

Black with #5950C0

Text Example


Text Example

White with #5950C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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