Html Css Color HEX #5955BE Rich Blue

📋 copy color: '#5955BE'

red 89 ◦ green 85 ◦ blue 190

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

Shades of Rich Blue #5955BE

Tints of Rich Blue #5955BE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.35%

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

R = 24.45%
G = 23.35%
B = 52.2%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5955BE (or 0x5955BE) is known color: Rich Blue. HEX triplet: 59, 55 and BE. RGB value is (89,85,190). Sum of RGB (Red+Green+Blue) = 89+85+190=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #5955BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5955BE is #A6AA41. Grayscale: #616161. Windows color (decimal): -10922562 or 12473689. OLE color: 12473689.

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

Color convert

RGB 89 85 190 -
CMYK 0.53 0.55 0 0.25
HSL 242.29º 0.45% 0.54% -
HSV(B) 242.29º 0.55% 0.75% -
XYZ 16.66 12.34 50.22 -
YUV 98.17 179.83 121.46 -
System Red Green Blue C M Y K H S L
Decimal 89 85 190 0.53 0.55 0 0.25 242.29 0.45 0.54
Hex 59 55 BE 35 37 0 19 F2 2D 36
Octal 131 125 276 65 67 0 31 362 55 66
Binary 1011001 1010101 10111110 110101 110111 0 11001 11110010 101101 110110

Color Harmonies of #5955BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5955BE

Black with #5955BE

Text Example


Text Example

White with #5955BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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