#53217E

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

Shades of Blue Diamond #53217E

Tints of Blue Diamond #53217E

Color information

#53217E (or 0x53217E) is unknown color: approx Blue Diamond. HEX triplet: 53, 21 and 7E. RGB value is (83,33,126). Sum of RGB (Red+Green+Blue) = 83+33+126=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 126 (49.61% from 255 or 52.07% from 242); Max value from RGB is 126 - color contains mainly: blue. Hex color #53217E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53217E is #ACDE81. Grayscale: #3A3A3A. Windows color (decimal): -11329154 or 8266067. OLE color: 8266067.

HSL color Cylindrical-coordinate representation of color #53217E: hue angle of 272.26º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #53217E is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8333126-
CMYK0.340.7400.51
HSL272.26º58.49%31.18%-
HSV(B)272.26º73.81%49.41%-
XYZ7.884.4320.18-
YUV58.55166.06145.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.30%
GREEN value IS 33 (13.28% from 255) = 13.64%
BLUE value IS 126 (49.61% from 255) = 52.07%
R=34.30%
G=13.64%
B=52.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83331260.340.7400.51272.2658.4931.18
Hex53217E224A0331103a1f
Octal12341176421120634207237
Binary101001110000111111101000101001010011001110001000011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53217E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53217E; }

 p { color: rgb(83,33,126); }

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

<style>
 a { background-color: #53217E; }

 a { background-color: rgb(83,33,126); }

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

<style>
 span { border-color: #53217E; }

 span { border-color: rgb(83,33,126); }

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