Html Css Color HEX #5B5AA6 Rich Blue

📋 copy color: '#5B5AA6'

red 91 ◦ green 90 ◦ blue 166

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

Shades of Rich Blue #5B5AA6

Tints of Rich Blue #5B5AA6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.94%

 BLUE value IS 166 (65.23% from 255) = 47.84%

R = 26.22%
G = 25.94%
B = 47.84%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5B5AA6 (or 0x5B5AA6) is known color: Rich Blue. HEX triplet: 5B, 5A and A6. RGB value is (91,90,166). Sum of RGB (Red+Green+Blue) = 91+90+166=347 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.22% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 166 (65.23% from 255 or 47.84% from 347); Max value from RGB is 166 - color contains mainly: blue. Hex color #5B5AA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5AA6 is #A4A559. Grayscale: #626262. Windows color (decimal): -10790234 or 10902107. OLE color: 10902107.

HSL color Cylindrical-coordinate representation of color #5B5AA6: hue angle of 240.79º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B5AA6 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 91 90 166 -
CMYK 0.45 0.46 0 0.35
HSL 240.79º 0.3% 0.5% -
HSV(B) 240.79º 0.46% 0.65% -
XYZ 14.85 12.29 37.67 -
YUV 98.96 165.83 122.32 -
System Red Green Blue C M Y K H S L
Decimal 91 90 166 0.45 0.46 0 0.35 240.79 0.3 0.5
Hex 5B 5A A6 2D 2E 0 23 F1 1E 32
Octal 133 132 246 55 56 0 43 361 36 62
Binary 1011011 1011010 10100110 101101 101110 0 100011 11110001 11110 110010

Color Harmonies of #5B5AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5AA6

Black with #5B5AA6

Text Example


Text Example

White with #5B5AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,90,166); }

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

background-color css

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

 a { background-color: rgb(91,90,166); }

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

border-color css

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

 span { border-color: rgb(91,90,166); }

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