#53436C

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

Shades of Meteorite #53436C

Tints of Meteorite #53436C

Color information

#53436C (or 0x53436C) is unknown color: approx Meteorite. HEX triplet: 53, 43 and 6C. RGB value is (83,67,108). Sum of RGB (Red+Green+Blue) = 83+67+108=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 108 - color contains mainly: blue. Hex color #53436C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53436C is #ACBC93. Grayscale: #4C4C4C. Windows color (decimal): -11320468 or 7095123. OLE color: 7095123.

HSL color Cylindrical-coordinate representation of color #53436C: hue angle of 263.41º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #53436C is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8367108-
CMYK0.230.3800.58
HSL263.41º23.43%34.31%-
HSV(B)263.41º37.96%42.35%-
XYZ8.286.9415.09-
YUV76.46145.8132.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.17%
GREEN value IS 67 (26.56% from 255) = 25.97%
BLUE value IS 108 (42.58% from 255) = 41.86%
R=32.17%
G=25.97%
B=41.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83671080.230.3800.58263.4123.4334.31
Hex53436C172603A1071722
Octal12310315427460724072742
Binary10100111000011110110010111100110011101010000011110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53436C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53436C; }

 p { color: rgb(83,67,108); }

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

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

 a { background-color: rgb(83,67,108); }

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

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

 span { border-color: rgb(83,67,108); }

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