Html Css Color HEX #53247C Blue Diamond

📋 copy color: '#53247C'

red 83 ◦ green 36 ◦ blue 124

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

Shades of Blue Diamond #53247C

Tints of Blue Diamond #53247C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.81%

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

R = 34.16%
G = 14.81%
B = 51.03%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53247C (or 0x53247C) is known color: Blue Diamond. HEX triplet: 53, 24 and 7C. RGB value is (83,36,124). Sum of RGB (Red+Green+Blue) = 83+36+124=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #53247C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53247C is #ACDB83. Grayscale: #3B3B3B. Windows color (decimal): -11328388 or 8135763. OLE color: 8135763.

HSL color Cylindrical-coordinate representation of color #53247C: hue angle of 272.05º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #53247C is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 36 124 -
CMYK 0.33 0.71 0 0.51
HSL 272.05º 0.55% 0.31% -
HSV(B) 272.05º 0.71% 0.49% -
XYZ 7.84 4.56 19.54 -
YUV 60.09 164.07 144.34 -
System Red Green Blue C M Y K H S L
Decimal 83 36 124 0.33 0.71 0 0.51 272.05 0.55 0.31
Hex 53 24 7C 21 47 0 33 110 37 1F
Octal 123 44 174 41 107 0 63 420 67 37
Binary 1010011 100100 1111100 100001 1000111 0 110011 100010000 110111 11111

Color Harmonies of #53247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53247C

Black with #53247C

Text Example


Text Example

White with #53247C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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