Html Css Color HEX #533276 Blue Diamond

📋 copy color: '#533276'

red 83 ◦ green 50 ◦ blue 118

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

Shades of Blue Diamond #533276

Tints of Blue Diamond #533276

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.92%

 BLUE value IS 118 (46.48% from 255) = 47.01%

R = 33.07%
G = 19.92%
B = 47.01%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#533276 (or 0x533276) is known color: Blue Diamond. HEX triplet: 53, 32 and 76. RGB value is (83,50,118). Sum of RGB (Red+Green+Blue) = 83+50+118=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #533276 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533276 is #ACCD89. Grayscale: #434343. Windows color (decimal): -11324810 or 7746131. OLE color: 7746131.

HSL color Cylindrical-coordinate representation of color #533276: hue angle of 269.12º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #533276 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 50 118 -
CMYK 0.30 0.58 0 0.54
HSL 269.12º 0.4% 0.33% -
HSV(B) 269.12º 0.58% 0.46% -
XYZ 7.98 5.43 17.77 -
YUV 67.62 156.43 138.97 -
System Red Green Blue C M Y K H S L
Decimal 83 50 118 0.30 0.58 0 0.54 269.12 0.4 0.33
Hex 53 32 76 1E 3A 0 36 10D 28 21
Octal 123 62 166 36 72 0 66 415 50 41
Binary 1010011 110010 1110110 11110 111010 0 110110 100001101 101000 100001

Color Harmonies of #533276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533276

Black with #533276

Text Example


Text Example

White with #533276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533276; }

 p { color: rgb(83,50,118); }

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

background-color css

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

 a { background-color: rgb(83,50,118); }

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

border-color css

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

 span { border-color: rgb(83,50,118); }

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