Html Css Color HEX #5B56AA Rich Blue

📋 copy color: '#5B56AA'

red 91 ◦ green 86 ◦ blue 170

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

Shades of Rich Blue #5B56AA

Tints of Rich Blue #5B56AA

RGB

 RED value IS 91 (35.94% from 255) = 26.22%

 GREEN value IS 86 (33.98% from 255) = 24.78%

 BLUE value IS 170 (66.8% from 255) = 48.99%

R = 26.22%
G = 24.78%
B = 48.99%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5B56AA (or 0x5B56AA) is known color: Rich Blue. HEX triplet: 5B, 56 and AA. RGB value is (91,86,170). Sum of RGB (Red+Green+Blue) = 91+86+170=347 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.22% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #5B56AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B56AA is #A4A955. Grayscale: #606060. Windows color (decimal): -10791254 or 11163227. OLE color: 11163227.

HSL color Cylindrical-coordinate representation of color #5B56AA: hue angle of 243.57º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5B56AA is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 91 86 170 -
CMYK 0.46 0.49 0 0.33
HSL 243.57º 0.33% 0.5% -
HSV(B) 243.57º 0.49% 0.67% -
XYZ 14.9 11.78 39.52 -
YUV 97.07 169.16 123.67 -
System Red Green Blue C M Y K H S L
Decimal 91 86 170 0.46 0.49 0 0.33 243.57 0.33 0.5
Hex 5B 56 AA 2E 31 0 21 F4 21 32
Octal 133 126 252 56 61 0 41 364 41 62
Binary 1011011 1010110 10101010 101110 110001 0 100001 11110100 100001 110010

Color Harmonies of #5B56AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B56AA

Black with #5B56AA

Text Example


Text Example

White with #5B56AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B56AA; }

 p { color: rgb(91,86,170); }

 H1.HeaderClassName
 {
   color: #5B56AA;
 }
 .AnyTagClassName
 {
   color: #5B56AA;
 }
</style>

background-color css

<style>
 a { background-color: #5B56AA; }

 a { background-color: rgb(91,86,170); }

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

border-color css

<style>
 span { border-color: #5B56AA; }

 span { border-color: rgb(91,86,170); }

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