#533F87

Color #533F87 Gigas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gigas #533F87

Tints of Gigas #533F87

Color information

#533F87 (or 0x533F87) is unknown color: approx Gigas. HEX triplet: 53, 3F and 87. RGB value is (83,63,135). Sum of RGB (Red+Green+Blue) = 83+63+135=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 135 (53.12% from 255 or 48.04% from 281); Max value from RGB is 135 - color contains mainly: blue. Hex color #533F87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533F87 is #ACC078. Grayscale: #4C4C4C. Windows color (decimal): -11321465 or 8863571. OLE color: 8863571.

HSL color Cylindrical-coordinate representation of color #533F87: hue angle of 256.67º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #533F87 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8363135-
CMYK0.390.5300.47
HSL256.67º36.36%38.82%-
HSV(B)256.67º53.33%52.94%-
XYZ9.727.1423.79-
YUV77.19160.63132.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.54%
GREEN value IS 63 (25% from 255) = 22.42%
BLUE value IS 135 (53.12% from 255) = 48.04%
R=29.54%
G=22.42%
B=48.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83631350.390.5300.47256.6736.3638.82
Hex533F87273502F1012427
Octal1237720747650574014447
Binary1010011111111100001111001111101010101111100000001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533F87; }

 p { color: rgb(83,63,135); }

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

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

 a { background-color: rgb(83,63,135); }

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

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

 span { border-color: rgb(83,63,135); }

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