#53257B

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

Shades of Blue Diamond #53257B

Tints of Blue Diamond #53257B

Color information

#53257B (or 0x53257B) is unknown color: approx Blue Diamond. HEX triplet: 53, 25 and 7B. RGB value is (83,37,123). Sum of RGB (Red+Green+Blue) = 83+37+123=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #53257B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53257B is #ACDA84. Grayscale: #3C3C3C. Windows color (decimal): -11328133 or 8070483. OLE color: 8070483.

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

Color convert

RGB8337123-
CMYK0.330.7000.52
HSL272.09º53.75%31.37%-
HSV(B)272.09º69.92%48.24%-
XYZ7.84.5919.21-
YUV60.56163.24144.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.16%
GREEN value IS 37 (14.84% from 255) = 15.23%
BLUE value IS 123 (48.44% from 255) = 50.62%
R=34.16%
G=15.23%
B=50.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83371230.330.7000.52272.0953.7531.37
Hex53257B2146034110361f
Octal12345173411060644206637
Binary101001110010111110111000011000110011010010001000011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53257B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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