Html Css Color HEX #53206F Blue Diamond

📋 copy color: '#53206F'

red 83 ◦ green 32 ◦ blue 111

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

Shades of Blue Diamond #53206F

Tints of Blue Diamond #53206F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.16%

 BLUE value IS 111 (43.75% from 255) = 49.12%

R = 36.73%
G = 14.16%
B = 49.12%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#53206F (or 0x53206F) is known color: Blue Diamond. HEX triplet: 53, 20 and 6F. RGB value is (83,32,111). Sum of RGB (Red+Green+Blue) = 83+32+111=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #53206F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53206F is #ACDF90. Grayscale: #373737. Windows color (decimal): -11329425 or 7282771. OLE color: 7282771.

HSL color Cylindrical-coordinate representation of color #53206F: hue angle of 278.73º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #53206F is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 32 111 -
CMYK 0.25 0.71 0 0.56
HSL 278.73º 0.55% 0.28% -
HSV(B) 278.73º 0.71% 0.44% -
XYZ 6.95 4.02 15.45 -
YUV 56.26 158.9 147.08 -
System Red Green Blue C M Y K H S L
Decimal 83 32 111 0.25 0.71 0 0.56 278.73 0.55 0.28
Hex 53 20 6F 19 47 0 38 117 37 1C
Octal 123 40 157 31 107 0 70 427 67 34
Binary 1010011 100000 1101111 11001 1000111 0 111000 100010111 110111 11100

Color Harmonies of #53206F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53206F

Black with #53206F

Text Example


Text Example

White with #53206F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53206F; }

 p { color: rgb(83,32,111); }

 H1.HeaderClassName
 {
   color: #53206F;
 }
 .AnyTagClassName
 {
   color: #53206F;
 }
</style>

background-color css

<style>
 a { background-color: #53206F; }

 a { background-color: rgb(83,32,111); }

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

border-color css

<style>
 span { border-color: #53206F; }

 span { border-color: rgb(83,32,111); }

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