#50257A

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

Shades of Blue Diamond #50257A

Tints of Blue Diamond #50257A

Color information

#50257A (or 0x50257A) is unknown color: approx Blue Diamond. HEX triplet: 50, 25 and 7A. RGB value is (80,37,122). Sum of RGB (Red+Green+Blue) = 80+37+122=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 122 (48.05% from 255 or 51.05% from 239); Max value from RGB is 122 - color contains mainly: blue. Hex color #50257A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50257A is #AFDA85. Grayscale: #3B3B3B. Windows color (decimal): -11524742 or 8004944. OLE color: 8004944.

HSL color Cylindrical-coordinate representation of color #50257A: hue angle of 270.35º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50257A is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8037122-
CMYK0.340.7000.52
HSL270.35º53.46%31.18%-
HSV(B)270.35º69.67%47.84%-
XYZ7.484.4318.87-
YUV59.55163.25142.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.47%
GREEN value IS 37 (14.84% from 255) = 15.48%
BLUE value IS 122 (48.05% from 255) = 51.05%
R=33.47%
G=15.48%
B=51.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80371220.340.7000.52270.3553.4631.18
Hex50257A224603410e351f
Octal12045172421060644166537
Binary101000010010111110101000101000110011010010000111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50257A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50257A; }

 p { color: rgb(80,37,122); }

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

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

 a { background-color: rgb(80,37,122); }

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

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

 span { border-color: rgb(80,37,122); }

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