Html Css Color HEX #5B5AAE Rich Blue

📋 copy color: '#5B5AAE'

red 91 ◦ green 90 ◦ blue 174

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

Shades of Rich Blue #5B5AAE

Tints of Rich Blue #5B5AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.01%

R = 25.63%
G = 25.35%
B = 49.01%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5B5AAE (or 0x5B5AAE) is known color: Rich Blue. HEX triplet: 5B, 5A and AE. RGB value is (91,90,174). Sum of RGB (Red+Green+Blue) = 91+90+174=355 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.63% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #5B5AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5AAE is #A4A551. Grayscale: #636363. Windows color (decimal): -10790226 or 11426395. OLE color: 11426395.

HSL color Cylindrical-coordinate representation of color #5B5AAE: hue angle of 240.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B5AAE is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 91 90 174 -
CMYK 0.48 0.48 0 0.32
HSL 240.71º 0.34% 0.52% -
HSV(B) 240.71º 0.48% 0.68% -
XYZ 15.61 12.59 41.65 -
YUV 99.88 169.83 121.67 -
System Red Green Blue C M Y K H S L
Decimal 91 90 174 0.48 0.48 0 0.32 240.71 0.34 0.52
Hex 5B 5A AE 30 30 0 20 F1 22 34
Octal 133 132 256 60 60 0 40 361 42 64
Binary 1011011 1011010 10101110 110000 110000 0 100000 11110001 100010 110100

Color Harmonies of #5B5AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5AAE

Black with #5B5AAE

Text Example


Text Example

White with #5B5AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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