Html Css Color HEX #5B5CAA Rich Blue

📋 copy color: '#5B5CAA'

red 91 ◦ green 92 ◦ blue 170

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

Shades of Rich Blue #5B5CAA

Tints of Rich Blue #5B5CAA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.06%

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

R = 25.78%
G = 26.06%
B = 48.16%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5B5CAA (or 0x5B5CAA) is known color: Rich Blue. HEX triplet: 5B, 5C and AA. RGB value is (91,92,170). Sum of RGB (Red+Green+Blue) = 91+92+170=353 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.78% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #5B5CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5CAA is #A4A355. Grayscale: #646464. Windows color (decimal): -10789718 or 11164763. OLE color: 11164763.

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

Color convert

RGB 91 92 170 -
CMYK 0.46 0.46 0 0.33
HSL 239.24º 0.32% 0.51% -
HSV(B) 239.24º 0.46% 0.67% -
XYZ 15.4 12.78 39.69 -
YUV 100.59 167.17 121.16 -
System Red Green Blue C M Y K H S L
Decimal 91 92 170 0.46 0.46 0 0.33 239.24 0.32 0.51
Hex 5B 5C AA 2E 2E 0 21 EF 20 33
Octal 133 134 252 56 56 0 41 357 40 63
Binary 1011011 1011100 10101010 101110 101110 0 100001 11101111 100000 110011

Color Harmonies of #5B5CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5CAA

Black with #5B5CAA

Text Example


Text Example

White with #5B5CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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