Html Css Color HEX #53356E Blue Diamond

📋 copy color: '#53356E'

red 83 ◦ green 53 ◦ blue 110

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

Shades of Blue Diamond #53356E

Tints of Blue Diamond #53356E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.54%

 BLUE value IS 110 (43.36% from 255) = 44.72%

R = 33.74%
G = 21.54%
B = 44.72%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#53356E (or 0x53356E) is known color: Blue Diamond. HEX triplet: 53, 35 and 6E. RGB value is (83,53,110). Sum of RGB (Red+Green+Blue) = 83+53+110=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 110 - color contains mainly: blue. Hex color #53356E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53356E is #ACCA91. Grayscale: #444444. Windows color (decimal): -11324050 or 7222611. OLE color: 7222611.

HSL color Cylindrical-coordinate representation of color #53356E: hue angle of 271.58º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53356E is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 53 110 -
CMYK 0.25 0.52 0 0.57
HSL 271.58º 0.35% 0.32% -
HSV(B) 271.58º 0.52% 0.43% -
XYZ 7.65 5.51 15.41 -
YUV 68.47 151.44 138.37 -
System Red Green Blue C M Y K H S L
Decimal 83 53 110 0.25 0.52 0 0.57 271.58 0.35 0.32
Hex 53 35 6E 19 34 0 39 110 23 20
Octal 123 65 156 31 64 0 71 420 43 40
Binary 1010011 110101 1101110 11001 110100 0 111001 100010000 100011 100000

Color Harmonies of #53356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53356E

Black with #53356E

Text Example


Text Example

White with #53356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53356E; }

 p { color: rgb(83,53,110); }

 H1.HeaderClassName
 {
   color: #53356E;
 }
 .AnyTagClassName
 {
   color: #53356E;
 }
</style>

background-color css

<style>
 a { background-color: #53356E; }

 a { background-color: rgb(83,53,110); }

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

border-color css

<style>
 span { border-color: #53356E; }

 span { border-color: rgb(83,53,110); }

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