Html Css Color HEX #533273 Blue Diamond

📋 copy color: '#533273'

red 83 ◦ green 50 ◦ blue 115

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

Shades of Blue Diamond #533273

Tints of Blue Diamond #533273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 46.37%

R = 33.47%
G = 20.16%
B = 46.37%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#533273 (or 0x533273) is known color: Blue Diamond. HEX triplet: 53, 32 and 73. RGB value is (83,50,115). Sum of RGB (Red+Green+Blue) = 83+50+115=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #533273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533273 is #ACCD8C. Grayscale: #434343. Windows color (decimal): -11324813 or 7549523. OLE color: 7549523.

HSL color Cylindrical-coordinate representation of color #533273: hue angle of 270.46º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #533273 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 50 115 -
CMYK 0.28 0.57 0 0.55
HSL 270.46º 0.39% 0.32% -
HSV(B) 270.46º 0.57% 0.45% -
XYZ 7.8 5.36 16.84 -
YUV 67.28 154.93 139.21 -
System Red Green Blue C M Y K H S L
Decimal 83 50 115 0.28 0.57 0 0.55 270.46 0.39 0.32
Hex 53 32 73 1C 39 0 37 10E 27 20
Octal 123 62 163 34 71 0 67 416 47 40
Binary 1010011 110010 1110011 11100 111001 0 110111 100001110 100111 100000

Color Harmonies of #533273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533273

Black with #533273

Text Example


Text Example

White with #533273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533273; }

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

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

background-color css

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

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

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

border-color css

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

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

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