#505CAA

Color #505CAA Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #505CAA

Tints of Rich Blue #505CAA

Color information

#505CAA (or 0x505CAA) is unknown color: approx Rich Blue. HEX triplet: 50, 5C and AA. RGB value is (80,92,170). Sum of RGB (Red+Green+Blue) = 80+92+170=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #505CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505CAA is #AFA355. Grayscale: #606060. Windows color (decimal): -11510614 or 11164752. OLE color: 11164752.

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

Color convert

RGB8092170-
CMYK0.530.4600.33
HSL232º36%49.02%-
HSV(B)232º52.94%66.67%-
XYZ14.3912.2639.64-
YUV97.3169.02115.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.39%
GREEN value IS 92 (36.33% from 255) = 26.90%
BLUE value IS 170 (66.80% from 255) = 49.71%
R=23.39%
G=26.90%
B=49.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80921700.530.4600.332323649.02
Hex505CAA352E021e82431
Octal12013425265560413504461
Binary1010000101110010101010110101101110010000111101000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505CAA; }

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

 H1.HeaderClassName
 {
   color: #505CAA;
 }
 .AnyTagClassName
 {
   color: #505CAA;
 }
</style>
background-color css

<style>
 a { background-color: #505CAA; }

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

 div.DivClassName
 {
   background-color: #505CAA;
 }
 .BgClassName
 {
   background-color: #505CAA;
 }
</style>
border-color css

<style>
 span { border-color: #505CAA; }

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

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