#533970

Color #533970 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #533970

Tints of Blue Diamond #533970

Color information

#533970 (or 0x533970) is unknown color: approx Blue Diamond. HEX triplet: 53, 39 and 70. RGB value is (83,57,112). Sum of RGB (Red+Green+Blue) = 83+57+112=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 112 - color contains mainly: blue. Hex color #533970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533970 is #ACC68F. Grayscale: #464646. Windows color (decimal): -11323024 or 7354707. OLE color: 7354707.

HSL color Cylindrical-coordinate representation of color #533970: hue angle of 268.36º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #533970 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8357112-
CMYK0.260.4900.56
HSL268.36º32.54%33.14%-
HSV(B)268.36º49.11%43.92%-
XYZ7.965.9416.06-
YUV71.04151.11136.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.94%
GREEN value IS 57 (22.66% from 255) = 22.62%
BLUE value IS 112 (44.14% from 255) = 44.44%
R=32.94%
G=22.62%
B=44.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83571120.260.4900.56268.3632.5433.14
Hex5339701A3103810c2121
Octal1237116032610704144141
Binary10100111110011110000110101100010111000100001100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533970; }

 p { color: rgb(83,57,112); }

 H1.HeaderClassName
 {
   color: #533970;
 }
 .AnyTagClassName
 {
   color: #533970;
 }
</style>
background-color css

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

 a { background-color: rgb(83,57,112); }

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

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

 span { border-color: rgb(83,57,112); }

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