Html Css Color HEX #5953BB Rich Blue

📋 copy color: '#5953BB'

red 89 ◦ green 83 ◦ blue 187

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

Shades of Rich Blue #5953BB

Tints of Rich Blue #5953BB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.12%

 BLUE value IS 187 (73.44% from 255) = 52.09%

R = 24.79%
G = 23.12%
B = 52.09%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5953BB (or 0x5953BB) is known color: Rich Blue. HEX triplet: 59, 53 and BB. RGB value is (89,83,187). Sum of RGB (Red+Green+Blue) = 89+83+187=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #5953BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5953BB is #A6AC44. Grayscale: #606060. Windows color (decimal): -10923077 or 12276569. OLE color: 12276569.

HSL color Cylindrical-coordinate representation of color #5953BB: hue angle of 243.46º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5953BB is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 83 187 -
CMYK 0.52 0.56 0 0.27
HSL 243.46º 0.43% 0.53% -
HSV(B) 243.46º 0.56% 0.73% -
XYZ 16.18 11.9 48.46 -
YUV 96.65 178.99 122.54 -
System Red Green Blue C M Y K H S L
Decimal 89 83 187 0.52 0.56 0 0.27 243.46 0.43 0.53
Hex 59 53 BB 34 38 0 1B F3 2B 35
Octal 131 123 273 64 70 0 33 363 53 65
Binary 1011001 1010011 10111011 110100 111000 0 11011 11110011 101011 110101

Color Harmonies of #5953BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5953BB

Black with #5953BB

Text Example


Text Example

White with #5953BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5953BB; }

 p { color: rgb(89,83,187); }

 H1.HeaderClassName
 {
   color: #5953BB;
 }
 .AnyTagClassName
 {
   color: #5953BB;
 }
</style>

background-color css

<style>
 a { background-color: #5953BB; }

 a { background-color: rgb(89,83,187); }

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

border-color css

<style>
 span { border-color: #5953BB; }

 span { border-color: rgb(89,83,187); }

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