#505FB5

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

Shades of Rich Blue #505FB5

Tints of Rich Blue #505FB5

Color information

#505FB5 (or 0x505FB5) is unknown color: approx Rich Blue. HEX triplet: 50, 5F and B5. RGB value is (80,95,181). Sum of RGB (Red+Green+Blue) = 80+95+181=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 181 (71.09% from 255 or 50.84% from 356); Max value from RGB is 181 - color contains mainly: blue. Hex color #505FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505FB5 is #AFA04A. Grayscale: #636363. Windows color (decimal): -11509835 or 11886416. OLE color: 11886416.

HSL color Cylindrical-coordinate representation of color #505FB5: hue angle of 231.09º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #505FB5 is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8095181-
CMYK0.560.4800.29
HSL231.09º40.56%51.18%-
HSV(B)231.09º55.8%70.98%-
XYZ15.7413.2345.44-
YUV100.32173.53113.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.47%
GREEN value IS 95 (37.5% from 255) = 26.69%
BLUE value IS 181 (71.09% from 255) = 50.84%
R=22.47%
G=26.69%
B=50.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80951810.560.4800.29231.0940.5651.18
Hex505FB5383001De72933
Octal12013726570600353475163
Binary101000010111111011010111100011000001110111100111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,95,181); }

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

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

 a { background-color: rgb(80,95,181); }

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

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

 span { border-color: rgb(80,95,181); }

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