#534287

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

Shades of Gigas #534287

Tints of Gigas #534287

Color information

#534287 (or 0x534287) is unknown color: approx Gigas. HEX triplet: 53, 42 and 87. RGB value is (83,66,135). Sum of RGB (Red+Green+Blue) = 83+66+135=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #534287 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534287 is #ACBD78. Grayscale: #4E4E4E. Windows color (decimal): -11320697 or 8864339. OLE color: 8864339.

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

Color convert

RGB8366135-
CMYK0.390.5100.47
HSL254.78º34.33%39.41%-
HSV(B)254.78º51.11%52.94%-
XYZ9.897.4823.85-
YUV78.95159.63130.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.23%
GREEN value IS 66 (26.17% from 255) = 23.24%
BLUE value IS 135 (53.12% from 255) = 47.54%
R=29.23%
G=23.24%
B=47.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83661350.390.5100.47254.7834.3339.41
Hex534287273302Fff2227
Octal12310220747630573774247
Binary1010011100001010000111100111110011010111111111111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534287; }

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

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

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

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

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

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

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

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