Html Css Color HEX #53257C Blue Diamond

📋 copy color: '#53257C'

red 83 ◦ green 37 ◦ blue 124

#53257C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Diamond #53257C

Tints of Blue Diamond #53257C

RGB

 RED value IS 83 (32.81% from 255) = 34.02%

 GREEN value IS 37 (14.84% from 255) = 15.16%

 BLUE value IS 124 (48.83% from 255) = 50.82%

R = 34.02%
G = 15.16%
B = 50.82%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53257C (or 0x53257C) is known color: Blue Diamond. HEX triplet: 53, 25 and 7C. RGB value is (83,37,124). Sum of RGB (Red+Green+Blue) = 83+37+124=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #53257C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53257C is #ACDA83. Grayscale: #3C3C3C. Windows color (decimal): -11328132 or 8136019. OLE color: 8136019.

HSL color Cylindrical-coordinate representation of color #53257C: hue angle of 271.72º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53257C is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 37 124 -
CMYK 0.33 0.70 0 0.51
HSL 271.72º 0.54% 0.32% -
HSV(B) 271.72º 0.7% 0.49% -
XYZ 7.87 4.62 19.55 -
YUV 60.67 163.74 143.93 -
System Red Green Blue C M Y K H S L
Decimal 83 37 124 0.33 0.70 0 0.51 271.72 0.54 0.32
Hex 53 25 7C 21 46 0 33 110 36 20
Octal 123 45 174 41 106 0 63 420 66 40
Binary 1010011 100101 1111100 100001 1000110 0 110011 100010000 110110 100000

Color Harmonies of #53257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53257C

Black with #53257C

Text Example


Text Example

White with #53257C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53257C;
 }
 .AnyTagClassName
 {
   color: #53257C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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