#505CA7

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

Shades of Rich Blue #505CA7

Tints of Rich Blue #505CA7

Color information

#505CA7 (or 0x505CA7) is unknown color: approx Rich Blue. HEX triplet: 50, 5C and A7. RGB value is (80,92,167). Sum of RGB (Red+Green+Blue) = 80+92+167=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 167 (65.62% from 255 or 49.26% from 339); Max value from RGB is 167 - color contains mainly: blue. Hex color #505CA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505CA7 is #AFA358. Grayscale: #606060. Windows color (decimal): -11510617 or 10968144. OLE color: 10968144.

HSL color Cylindrical-coordinate representation of color #505CA7: hue angle of 231.72º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #505CA7 is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8092167-
CMYK0.520.4500.35
HSL231.72º35.22%48.43%-
HSV(B)231.72º52.1%65.49%-
XYZ14.1112.1538.16-
YUV96.96167.52115.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.60%
GREEN value IS 92 (36.33% from 255) = 27.14%
BLUE value IS 167 (65.62% from 255) = 49.26%
R=23.60%
G=27.14%
B=49.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal80921670.520.4500.35231.7235.2248.43
Hex505CA7342D023e82330
Octal12013424764550433504360
Binary1010000101110010100111110100101101010001111101000100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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