Html Css Color HEX #5B53AE Rich Blue

📋 copy color: '#5B53AE'

red 91 ◦ green 83 ◦ blue 174

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

Shades of Rich Blue #5B53AE

Tints of Rich Blue #5B53AE

RGB

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

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

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

R = 26.15%
G = 23.85%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5B53AE (or 0x5B53AE) is known color: Rich Blue. HEX triplet: 5B, 53 and AE. RGB value is (91,83,174). Sum of RGB (Red+Green+Blue) = 91+83+174=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #5B53AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B53AE is #A4AC51. Grayscale: #5F5F5F. Windows color (decimal): -10792018 or 11424603. OLE color: 11424603.

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

Color convert

RGB 91 83 174 -
CMYK 0.48 0.52 0 0.32
HSL 245.27º 0.36% 0.5% -
HSV(B) 245.27º 0.52% 0.68% -
XYZ 15.05 11.47 41.46 -
YUV 95.77 172.15 124.6 -
System Red Green Blue C M Y K H S L
Decimal 91 83 174 0.48 0.52 0 0.32 245.27 0.36 0.5
Hex 5B 53 AE 30 34 0 20 F5 24 32
Octal 133 123 256 60 64 0 40 365 44 62
Binary 1011011 1010011 10101110 110000 110100 0 100000 11110101 100100 110010

Color Harmonies of #5B53AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B53AE

Black with #5B53AE

Text Example


Text Example

White with #5B53AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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