#50356C

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

Shades of Blue Diamond #50356C

Tints of Blue Diamond #50356C

Color information

#50356C (or 0x50356C) is unknown color: approx Blue Diamond. HEX triplet: 50, 35 and 6C. RGB value is (80,53,108). Sum of RGB (Red+Green+Blue) = 80+53+108=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #50356C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50356C is #AFCA93. Grayscale: #434343. Windows color (decimal): -11520660 or 7091536. OLE color: 7091536.

HSL color Cylindrical-coordinate representation of color #50356C: hue angle of 269.45º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50356C is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8053108-
CMYK0.260.5100.58
HSL269.45º34.16%31.57%-
HSV(B)269.45º50.93%42.35%-
XYZ7.295.3314.83-
YUV67.34150.95137.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 53 (21.09% from 255) = 21.99%
BLUE value IS 108 (42.58% from 255) = 44.81%
R=33.20%
G=21.99%
B=44.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80531080.260.5100.58269.4534.1631.57
Hex50356C1A3303A10d2220
Octal1206515432630724154240
Binary10100001101011101100110101100110111010100001101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50356C; }

 p { color: rgb(80,53,108); }

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

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

 a { background-color: rgb(80,53,108); }

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

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

 span { border-color: rgb(80,53,108); }

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