#533570

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

Shades of Blue Diamond #533570

Tints of Blue Diamond #533570

Color information

#533570 (or 0x533570) is unknown color: approx Blue Diamond. HEX triplet: 53, 35 and 70. RGB value is (83,53,112). Sum of RGB (Red+Green+Blue) = 83+53+112=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #533570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533570 is #ACCA8F. Grayscale: #444444. Windows color (decimal): -11324048 or 7353683. OLE color: 7353683.

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

Color convert

RGB8353112-
CMYK0.260.5300.56
HSL270.51º35.76%32.35%-
HSV(B)270.51º52.68%43.92%-
XYZ7.775.5615.99-
YUV68.7152.44138.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.47%
GREEN value IS 53 (21.09% from 255) = 21.37%
BLUE value IS 112 (44.14% from 255) = 45.16%
R=33.47%
G=21.37%
B=45.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83531120.260.5300.56270.5135.7632.35
Hex5335701A3503810f2420
Octal1236516032650704174440
Binary10100111101011110000110101101010111000100001111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533570; }

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

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

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

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

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

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

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

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