Html Css Color HEX #533473 Blue Diamond

📋 copy color: '#533473'

red 83 ◦ green 52 ◦ blue 115

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

Shades of Blue Diamond #533473

Tints of Blue Diamond #533473

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.8%

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

R = 33.2%
G = 20.8%
B = 46%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#533473 (or 0x533473) is known color: Blue Diamond. HEX triplet: 53, 34 and 73. RGB value is (83,52,115). Sum of RGB (Red+Green+Blue) = 83+52+115=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #533473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533473 is #ACCB8C. Grayscale: #444444. Windows color (decimal): -11324301 or 7550035. OLE color: 7550035.

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

Color convert

RGB 83 52 115 -
CMYK 0.28 0.55 0 0.55
HSL 269.52º 0.38% 0.33% -
HSV(B) 269.52º 0.55% 0.45% -
XYZ 7.89 5.53 16.87 -
YUV 68.45 154.27 138.38 -
System Red Green Blue C M Y K H S L
Decimal 83 52 115 0.28 0.55 0 0.55 269.52 0.38 0.33
Hex 53 34 73 1C 37 0 37 10E 26 21
Octal 123 64 163 34 67 0 67 416 46 41
Binary 1010011 110100 1110011 11100 110111 0 110111 100001110 100110 100001

Color Harmonies of #533473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533473

Black with #533473

Text Example


Text Example

White with #533473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533473; }

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

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

background-color css

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

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

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

border-color css

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

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

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