#503469

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

Shades of Blue Diamond #503469

Tints of Blue Diamond #503469

Color information

#503469 (or 0x503469) is unknown color: approx Blue Diamond. HEX triplet: 50, 34 and 69. RGB value is (80,52,105). Sum of RGB (Red+Green+Blue) = 80+52+105=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 105 - color contains mainly: blue. Hex color #503469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503469 is #AFCB96. Grayscale: #424242. Windows color (decimal): -11520919 or 6894672. OLE color: 6894672.

HSL color Cylindrical-coordinate representation of color #503469: hue angle of 271.7º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #503469 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8052105-
CMYK0.240.5000.59
HSL271.7º33.76%30.78%-
HSV(B)271.7º50.48%41.18%-
XYZ7.095.1813.99-
YUV66.41149.78137.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.76%
GREEN value IS 52 (20.70% from 255) = 21.94%
BLUE value IS 105 (41.41% from 255) = 44.30%
R=33.76%
G=21.94%
B=44.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80521050.240.5000.59271.733.7630.78
Hex503469183203B110221f
Octal1206415130620734204237
Binary1010000110100110100111000110010011101110001000010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503469; }

 p { color: rgb(80,52,105); }

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

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

 a { background-color: rgb(80,52,105); }

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

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

 span { border-color: rgb(80,52,105); }

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