Html Css Color HEX #532673 Blue Diamond

📋 copy color: '#532673'

red 83 ◦ green 38 ◦ blue 115

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

Shades of Blue Diamond #532673

Tints of Blue Diamond #532673

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.1%

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

R = 35.17%
G = 16.1%
B = 48.73%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#532673 (or 0x532673) is known color: Blue Diamond. HEX triplet: 53, 26 and 73. RGB value is (83,38,115). Sum of RGB (Red+Green+Blue) = 83+38+115=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #532673 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532673 is #ACD98C. Grayscale: #3B3B3B. Windows color (decimal): -11327885 or 7546451. OLE color: 7546451.

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

Color convert

RGB 83 38 115 -
CMYK 0.28 0.67 0 0.55
HSL 275.06º 0.5% 0.3% -
HSV(B) 275.06º 0.67% 0.45% -
XYZ 7.35 4.46 16.69 -
YUV 60.23 158.91 144.24 -
System Red Green Blue C M Y K H S L
Decimal 83 38 115 0.28 0.67 0 0.55 275.06 0.5 0.3
Hex 53 26 73 1C 43 0 37 113 32 1E
Octal 123 46 163 34 103 0 67 423 62 36
Binary 1010011 100110 1110011 11100 1000011 0 110111 100010011 110010 11110

Color Harmonies of #532673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532673

Black with #532673

Text Example


Text Example

White with #532673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532673; }

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

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

background-color css

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

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

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

border-color css

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

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

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