Html Css Color HEX #5955BD Rich Blue

📋 copy color: '#5955BD'

red 89 ◦ green 85 ◦ blue 189

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

Shades of Rich Blue #5955BD

Tints of Rich Blue #5955BD

RGB

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

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

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

R = 24.52%
G = 23.42%
B = 52.07%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5955BD (or 0x5955BD) is known color: Rich Blue. HEX triplet: 59, 55 and BD. RGB value is (89,85,189). Sum of RGB (Red+Green+Blue) = 89+85+189=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #5955BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5955BD is #A6AA42. Grayscale: #616161. Windows color (decimal): -10922563 or 12408153. OLE color: 12408153.

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

Color convert

RGB 89 85 189 -
CMYK 0.53 0.55 0 0.26
HSL 242.31º 0.44% 0.54% -
HSV(B) 242.31º 0.55% 0.74% -
XYZ 16.55 12.29 49.64 -
YUV 98.05 179.33 121.54 -
System Red Green Blue C M Y K H S L
Decimal 89 85 189 0.53 0.55 0 0.26 242.31 0.44 0.54
Hex 59 55 BD 35 37 0 1A F2 2C 36
Octal 131 125 275 65 67 0 32 362 54 66
Binary 1011001 1010101 10111101 110101 110111 0 11010 11110010 101100 110110

Color Harmonies of #5955BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5955BD

Black with #5955BD

Text Example


Text Example

White with #5955BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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