Html Css Color HEX #5961BD Rich Blue

📋 copy color: '#5961BD'

red 89 ◦ green 97 ◦ blue 189

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

Shades of Rich Blue #5961BD

Tints of Rich Blue #5961BD

RGB

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

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

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

R = 23.73%
G = 25.87%
B = 50.4%

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

#5961BD (or 0x5961BD) is known color: Rich Blue. HEX triplet: 59, 61 and BD. RGB value is (89,97,189). Sum of RGB (Red+Green+Blue) = 89+97+189=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #5961BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5961BD is #A69E42. Grayscale: #686868. Windows color (decimal): -10919491 or 12411225. OLE color: 12411225.

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

Color convert

RGB 89 97 189 -
CMYK 0.53 0.49 0 0.26
HSL 235.2º 0.43% 0.55% -
HSV(B) 235.2º 0.53% 0.74% -
XYZ 17.58 14.35 49.99 -
YUV 105.1 175.35 116.52 -
System Red Green Blue C M Y K H S L
Decimal 89 97 189 0.53 0.49 0 0.26 235.2 0.43 0.55
Hex 59 61 BD 35 31 0 1A EB 2B 37
Octal 131 141 275 65 61 0 32 353 53 67
Binary 1011001 1100001 10111101 110101 110001 0 11010 11101011 101011 110111

Color Harmonies of #5961BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5961BD

Black with #5961BD

Text Example


Text Example

White with #5961BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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