Html Css Color HEX #53246B Blue Diamond

📋 copy color: '#53246B'

red 83 ◦ green 36 ◦ blue 107

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

Shades of Blue Diamond #53246B

Tints of Blue Diamond #53246B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 47.35%

R = 36.73%
G = 15.93%
B = 47.35%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53246B (or 0x53246B) is known color: Blue Diamond. HEX triplet: 53, 24 and 6B. RGB value is (83,36,107). Sum of RGB (Red+Green+Blue) = 83+36+107=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 107 - color contains mainly: blue. Hex color #53246B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53246B is #ACDB94. Grayscale: #393939. Windows color (decimal): -11328405 or 7021651. OLE color: 7021651.

HSL color Cylindrical-coordinate representation of color #53246B: hue angle of 279.72º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53246B is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 36 107 -
CMYK 0.22 0.66 0 0.58
HSL 279.72º 0.5% 0.28% -
HSV(B) 279.72º 0.66% 0.42% -
XYZ 6.85 4.16 14.35 -
YUV 58.15 155.57 145.73 -
System Red Green Blue C M Y K H S L
Decimal 83 36 107 0.22 0.66 0 0.58 279.72 0.5 0.28
Hex 53 24 6B 16 42 0 3A 118 32 1C
Octal 123 44 153 26 102 0 72 430 62 34
Binary 1010011 100100 1101011 10110 1000010 0 111010 100011000 110010 11100

Color Harmonies of #53246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53246B

Black with #53246B

Text Example


Text Example

White with #53246B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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