#53257A

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

Shades of Blue Diamond #53257A

Tints of Blue Diamond #53257A

Color information

#53257A (or 0x53257A) is unknown color: approx Blue Diamond. HEX triplet: 53, 25 and 7A. RGB value is (83,37,122). Sum of RGB (Red+Green+Blue) = 83+37+122=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 122 (48.05% from 255 or 50.41% from 242); Max value from RGB is 122 - color contains mainly: blue. Hex color #53257A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53257A is #ACDA85. Grayscale: #3C3C3C. Windows color (decimal): -11328134 or 8004947. OLE color: 8004947.

HSL color Cylindrical-coordinate representation of color #53257A: hue angle of 272.47º 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 #53257A is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8337122-
CMYK0.320.7000.52
HSL272.47º53.46%31.18%-
HSV(B)272.47º69.67%47.84%-
XYZ7.744.5718.89-
YUV60.44162.74144.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.30%
GREEN value IS 37 (14.84% from 255) = 15.29%
BLUE value IS 122 (48.05% from 255) = 50.41%
R=34.30%
G=15.29%
B=50.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83371220.320.7000.52272.4753.4631.18
Hex53257A2046034110351f
Octal12345172401060644206537
Binary101001110010111110101000001000110011010010001000011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53257A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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