Html Css Color HEX #533376 Blue Diamond

📋 copy color: '#533376'

red 83 ◦ green 51 ◦ blue 118

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

Shades of Blue Diamond #533376

Tints of Blue Diamond #533376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.24%

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

R = 32.94%
G = 20.24%
B = 46.83%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#533376 (or 0x533376) is known color: Blue Diamond. HEX triplet: 53, 33 and 76. RGB value is (83,51,118). Sum of RGB (Red+Green+Blue) = 83+51+118=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #533376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533376 is #ACCC89. Grayscale: #434343. Windows color (decimal): -11324554 or 7746387. OLE color: 7746387.

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

Color convert

RGB 83 51 118 -
CMYK 0.30 0.57 0 0.54
HSL 268.66º 0.4% 0.33% -
HSV(B) 268.66º 0.57% 0.46% -
XYZ 8.02 5.51 17.78 -
YUV 68.21 156.1 138.55 -
System Red Green Blue C M Y K H S L
Decimal 83 51 118 0.30 0.57 0 0.54 268.66 0.4 0.33
Hex 53 33 76 1E 39 0 36 10D 28 21
Octal 123 63 166 36 71 0 66 415 50 41
Binary 1010011 110011 1110110 11110 111001 0 110110 100001101 101000 100001

Color Harmonies of #533376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533376

Black with #533376

Text Example


Text Example

White with #533376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533376; }

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

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

background-color css

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

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

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

border-color css

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

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

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