Html Css Color HEX #53246D Blue Diamond

📋 copy color: '#53246D'

red 83 ◦ green 36 ◦ blue 109

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

Shades of Blue Diamond #53246D

Tints of Blue Diamond #53246D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 47.81%

R = 36.4%
G = 15.79%
B = 47.81%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#53246D (or 0x53246D) is known color: Blue Diamond. HEX triplet: 53, 24 and 6D. RGB value is (83,36,109). Sum of RGB (Red+Green+Blue) = 83+36+109=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #53246D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53246D is #ACDB92. Grayscale: #3A3A3A. Windows color (decimal): -11328403 or 7152723. OLE color: 7152723.

HSL color Cylindrical-coordinate representation of color #53246D: hue angle of 278.63º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53246D is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 36 109 -
CMYK 0.24 0.67 0 0.57
HSL 278.63º 0.5% 0.28% -
HSV(B) 278.63º 0.67% 0.43% -
XYZ 6.96 4.2 14.91 -
YUV 58.38 156.57 145.56 -
System Red Green Blue C M Y K H S L
Decimal 83 36 109 0.24 0.67 0 0.57 278.63 0.5 0.28
Hex 53 24 6D 18 43 0 39 117 32 1C
Octal 123 44 155 30 103 0 71 427 62 34
Binary 1010011 100100 1101101 11000 1000011 0 111001 100010111 110010 11100

Color Harmonies of #53246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53246D

Black with #53246D

Text Example


Text Example

White with #53246D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53246D; }

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

 H1.HeaderClassName
 {
   color: #53246D;
 }
 .AnyTagClassName
 {
   color: #53246D;
 }
</style>

background-color css

<style>
 a { background-color: #53246D; }

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

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

border-color css

<style>
 span { border-color: #53246D; }

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

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