#533471

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

Shades of Blue Diamond #533471

Tints of Blue Diamond #533471

Color information

#533471 (or 0x533471) is unknown color: approx Blue Diamond. HEX triplet: 53, 34 and 71. RGB value is (83,52,113). Sum of RGB (Red+Green+Blue) = 83+52+113=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #533471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533471 is #ACCB8E. Grayscale: #444444. Windows color (decimal): -11324303 or 7418963. OLE color: 7418963.

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

Color convert

RGB8352113-
CMYK0.270.5400.56
HSL270.49º36.97%32.35%-
HSV(B)270.49º53.98%44.31%-
XYZ7.785.4916.27-
YUV68.22153.27138.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.47%
GREEN value IS 52 (20.70% from 255) = 20.97%
BLUE value IS 113 (44.53% from 255) = 45.56%
R=33.47%
G=20.97%
B=45.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83521130.270.5400.56270.4936.9732.35
Hex5334711B3603810e2520
Octal1236416133660704164540
Binary10100111101001110001110111101100111000100001110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533471; }

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

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

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

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

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

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

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

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