#533870

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

Shades of Blue Diamond #533870

Tints of Blue Diamond #533870

Color information

#533870 (or 0x533870) is unknown color: approx Blue Diamond. HEX triplet: 53, 38 and 70. RGB value is (83,56,112). Sum of RGB (Red+Green+Blue) = 83+56+112=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 112 - color contains mainly: blue. Hex color #533870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533870 is #ACC78F. Grayscale: #464646. Windows color (decimal): -11323280 or 7354451. OLE color: 7354451.

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

Color convert

RGB8356112-
CMYK0.260.5000.56
HSL268.93º33.33%32.94%-
HSV(B)268.93º50%43.92%-
XYZ7.915.8416.04-
YUV70.46151.45136.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.07%
GREEN value IS 56 (22.27% from 255) = 22.31%
BLUE value IS 112 (44.14% from 255) = 44.62%
R=33.07%
G=22.31%
B=44.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83561120.260.5000.56268.9333.3332.94
Hex5338701A3203810d2121
Octal1237016032620704154141
Binary10100111110001110000110101100100111000100001101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533870; }

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

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

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

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

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

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

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

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