#53427B

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

Shades of Gigas #53427B

Tints of Gigas #53427B

Color information

#53427B (or 0x53427B) is unknown color: approx Gigas. HEX triplet: 53, 42 and 7B. RGB value is (83,66,123). Sum of RGB (Red+Green+Blue) = 83+66+123=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 123 - color contains mainly: blue. Hex color #53427B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53427B is #ACBD84. Grayscale: #4D4D4D. Windows color (decimal): -11320709 or 8077907. OLE color: 8077907.

HSL color Cylindrical-coordinate representation of color #53427B: hue angle of 257.89º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53427B is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8366123-
CMYK0.330.4600.52
HSL257.89º30.16%37.06%-
HSV(B)257.89º46.34%48.24%-
XYZ9.097.1719.64-
YUV77.58153.63131.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.51%
GREEN value IS 66 (26.17% from 255) = 24.26%
BLUE value IS 123 (48.44% from 255) = 45.22%
R=30.51%
G=24.26%
B=45.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83661230.330.4600.52257.8930.1637.06
Hex53427B212E0341021e25
Octal12310217341560644023645
Binary101001110000101111011100001101110011010010000001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53427B; }

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

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

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

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

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

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

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

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