Html Css Color HEX #5961BC Rich Blue

📋 copy color: '#5961BC'

red 89 ◦ green 97 ◦ blue 188

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

Shades of Rich Blue #5961BC

Tints of Rich Blue #5961BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.27%

R = 23.8%
G = 25.94%
B = 50.27%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5961BC (or 0x5961BC) is known color: Rich Blue. HEX triplet: 59, 61 and BC. RGB value is (89,97,188). Sum of RGB (Red+Green+Blue) = 89+97+188=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #5961BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5961BC is #A69E43. Grayscale: #686868. Windows color (decimal): -10919492 or 12345689. OLE color: 12345689.

HSL color Cylindrical-coordinate representation of color #5961BC: hue angle of 235.15º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5961BC is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 97 188 -
CMYK 0.53 0.48 0 0.26
HSL 235.15º 0.42% 0.54% -
HSV(B) 235.15º 0.53% 0.74% -
XYZ 17.47 14.3 49.42 -
YUV 104.98 174.85 116.6 -
System Red Green Blue C M Y K H S L
Decimal 89 97 188 0.53 0.48 0 0.26 235.15 0.42 0.54
Hex 59 61 BC 35 30 0 1A EB 2A 36
Octal 131 141 274 65 60 0 32 353 52 66
Binary 1011001 1100001 10111100 110101 110000 0 11010 11101011 101010 110110

Color Harmonies of #5961BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5961BC

Black with #5961BC

Text Example


Text Example

White with #5961BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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