#505FB8

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

Shades of Rich Blue #505FB8

Tints of Rich Blue #505FB8

Color information

#505FB8 (or 0x505FB8) is unknown color: approx Rich Blue. HEX triplet: 50, 5F and B8. RGB value is (80,95,184). Sum of RGB (Red+Green+Blue) = 80+95+184=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 184 (72.27% from 255 or 51.25% from 359); Max value from RGB is 184 - color contains mainly: blue. Hex color #505FB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505FB8 is #AFA047. Grayscale: #646464. Windows color (decimal): -11509832 or 12083024. OLE color: 12083024.

HSL color Cylindrical-coordinate representation of color #505FB8: hue angle of 231.35º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #505FB8 is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8095184-
CMYK0.570.4800.28
HSL231.35º42.28%51.76%-
HSV(B)231.35º56.52%72.16%-
XYZ16.0513.3547.08-
YUV100.66175.03113.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.28%
GREEN value IS 95 (37.5% from 255) = 26.46%
BLUE value IS 184 (72.27% from 255) = 51.25%
R=22.28%
G=26.46%
B=51.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal80951840.570.4800.28231.3542.2851.76
Hex505FB8393001Ce72a34
Octal12013727071600343475264
Binary101000010111111011100011100111000001110011100111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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