Html Css Color HEX #533072 Blue Diamond

📋 copy color: '#533072'

red 83 ◦ green 48 ◦ blue 114

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

Shades of Blue Diamond #533072

Tints of Blue Diamond #533072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 46.53%

R = 33.88%
G = 19.59%
B = 46.53%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#533072 (or 0x533072) is known color: Blue Diamond. HEX triplet: 53, 30 and 72. RGB value is (83,48,114). Sum of RGB (Red+Green+Blue) = 83+48+114=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #533072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533072 is #ACCF8D. Grayscale: #414141. Windows color (decimal): -11325326 or 7483475. OLE color: 7483475.

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

Color convert

RGB 83 48 114 -
CMYK 0.27 0.58 0 0.55
HSL 271.82º 0.41% 0.32% -
HSV(B) 271.82º 0.58% 0.45% -
XYZ 7.66 5.17 16.51 -
YUV 65.99 155.1 140.13 -
System Red Green Blue C M Y K H S L
Decimal 83 48 114 0.27 0.58 0 0.55 271.82 0.41 0.32
Hex 53 30 72 1B 3A 0 37 110 29 20
Octal 123 60 162 33 72 0 67 420 51 40
Binary 1010011 110000 1110010 11011 111010 0 110111 100010000 101001 100000

Color Harmonies of #533072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533072

Black with #533072

Text Example


Text Example

White with #533072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533072; }

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

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

background-color css

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

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

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

border-color css

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

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

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