Html Css Color HEX #533275 Blue Diamond

📋 copy color: '#533275'

red 83 ◦ green 50 ◦ blue 117

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

Shades of Blue Diamond #533275

Tints of Blue Diamond #533275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.8%

R = 33.2%
G = 20%
B = 46.8%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#533275 (or 0x533275) is known color: Blue Diamond. HEX triplet: 53, 32 and 75. RGB value is (83,50,117). Sum of RGB (Red+Green+Blue) = 83+50+117=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #533275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533275 is #ACCD8A. Grayscale: #434343. Windows color (decimal): -11324811 or 7680595. OLE color: 7680595.

HSL color Cylindrical-coordinate representation of color #533275: hue angle of 269.55º 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 #533275 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 50 117 -
CMYK 0.29 0.57 0 0.54
HSL 269.55º 0.4% 0.33% -
HSV(B) 269.55º 0.57% 0.46% -
XYZ 7.92 5.4 17.46 -
YUV 67.51 155.93 139.05 -
System Red Green Blue C M Y K H S L
Decimal 83 50 117 0.29 0.57 0 0.54 269.55 0.4 0.33
Hex 53 32 75 1D 39 0 36 10E 28 21
Octal 123 62 165 35 71 0 66 416 50 41
Binary 1010011 110010 1110101 11101 111001 0 110110 100001110 101000 100001

Color Harmonies of #533275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533275

Black with #533275

Text Example


Text Example

White with #533275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533275; }

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

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

background-color css

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

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

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

border-color css

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

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

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