Html Css Color HEX #5961BE Rich Blue

📋 copy color: '#5961BE'

red 89 ◦ green 97 ◦ blue 190

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

Shades of Rich Blue #5961BE

Tints of Rich Blue #5961BE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.8%

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

R = 23.67%
G = 25.8%
B = 50.53%

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

#5961BE (or 0x5961BE) is known color: Rich Blue. HEX triplet: 59, 61 and BE. RGB value is (89,97,190). Sum of RGB (Red+Green+Blue) = 89+97+190=376 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.67% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #5961BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5961BE is #A69E41. Grayscale: #686868. Windows color (decimal): -10919490 or 12476761. OLE color: 12476761.

HSL color Cylindrical-coordinate representation of color #5961BE: hue angle of 235.25º 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 #5961BE is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 97 190 -
CMYK 0.53 0.49 0 0.25
HSL 235.25º 0.44% 0.55% -
HSV(B) 235.25º 0.53% 0.75% -
XYZ 17.69 14.39 50.56 -
YUV 105.21 175.85 116.44 -
System Red Green Blue C M Y K H S L
Decimal 89 97 190 0.53 0.49 0 0.25 235.25 0.44 0.55
Hex 59 61 BE 35 31 0 19 EB 2C 37
Octal 131 141 276 65 61 0 31 353 54 67
Binary 1011001 1100001 10111110 110101 110001 0 11001 11101011 101100 110111

Color Harmonies of #5961BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5961BE

Black with #5961BE

Text Example


Text Example

White with #5961BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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