#502F74

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

Shades of Blue Diamond #502F74

Tints of Blue Diamond #502F74

Color information

#502F74 (or 0x502F74) is unknown color: approx Blue Diamond. HEX triplet: 50, 2F and 74. RGB value is (80,47,116). Sum of RGB (Red+Green+Blue) = 80+47+116=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 116 (45.70% from 255 or 47.74% from 243); Max value from RGB is 116 - color contains mainly: blue. Hex color #502F74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502F74 is #AFD08B. Grayscale: #404040. Windows color (decimal): -11522188 or 7614288. OLE color: 7614288.

HSL color Cylindrical-coordinate representation of color #502F74: hue angle of 268.7º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #502F74 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8047116-
CMYK0.310.5900.55
HSL268.7º42.33%31.96%-
HSV(B)268.7º59.48%45.49%-
XYZ7.48517.09-
YUV64.73156.93138.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.92%
GREEN value IS 47 (18.75% from 255) = 19.34%
BLUE value IS 116 (45.70% from 255) = 47.74%
R=32.92%
G=19.34%
B=47.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80471160.310.5900.55268.742.3331.96
Hex502F741F3B03710d2a20
Octal1205716437730674155240
Binary10100001011111110100111111110110110111100001101101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502F74; }

 p { color: rgb(80,47,116); }

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

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

 a { background-color: rgb(80,47,116); }

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

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

 span { border-color: rgb(80,47,116); }

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