Html Css Color HEX #533071 Blue Diamond

📋 copy color: '#533071'

red 83 ◦ green 48 ◦ blue 113

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

Shades of Blue Diamond #533071

Tints of Blue Diamond #533071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.67%

 BLUE value IS 113 (44.53% from 255) = 46.31%

R = 34.02%
G = 19.67%
B = 46.31%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#533071 (or 0x533071) is known color: Blue Diamond. HEX triplet: 53, 30 and 71. RGB value is (83,48,113). Sum of RGB (Red+Green+Blue) = 83+48+113=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #533071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533071 is #ACCF8E. Grayscale: #414141. Windows color (decimal): -11325327 or 7417939. OLE color: 7417939.

HSL color Cylindrical-coordinate representation of color #533071: hue angle of 272.31º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #533071 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 48 113 -
CMYK 0.27 0.58 0 0.56
HSL 272.31º 0.4% 0.32% -
HSV(B) 272.31º 0.58% 0.44% -
XYZ 7.6 5.15 16.22 -
YUV 65.88 154.6 140.21 -
System Red Green Blue C M Y K H S L
Decimal 83 48 113 0.27 0.58 0 0.56 272.31 0.4 0.32
Hex 53 30 71 1B 3A 0 38 110 28 20
Octal 123 60 161 33 72 0 70 420 50 40
Binary 1010011 110000 1110001 11011 111010 0 111000 100010000 101000 100000

Color Harmonies of #533071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533071

Black with #533071

Text Example


Text Example

White with #533071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533071; }

 p { color: rgb(83,48,113); }

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

background-color css

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

 a { background-color: rgb(83,48,113); }

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

border-color css

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

 span { border-color: rgb(83,48,113); }

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