#503669

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

Shades of Blue Diamond #503669

Tints of Blue Diamond #503669

Color information

#503669 (or 0x503669) is unknown color: approx Blue Diamond. HEX triplet: 50, 36 and 69. RGB value is (80,54,105). Sum of RGB (Red+Green+Blue) = 80+54+105=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 105 - color contains mainly: blue. Hex color #503669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503669 is #AFC996. Grayscale: #434343. Windows color (decimal): -11520407 or 6895184. OLE color: 6895184.

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

Color convert

RGB8054105-
CMYK0.240.4900.59
HSL270.59º32.08%31.18%-
HSV(B)270.59º48.57%41.18%-
XYZ7.185.3614.02-
YUV67.59149.11136.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.47%
GREEN value IS 54 (21.48% from 255) = 22.59%
BLUE value IS 105 (41.41% from 255) = 43.93%
R=33.47%
G=22.59%
B=43.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80541050.240.4900.59270.5932.0831.18
Hex503669183103B10f201f
Octal1206615130610734174037
Binary1010000110110110100111000110001011101110000111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503669; }

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

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

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

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

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

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

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

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