#534368

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

Shades of Meteorite #534368

Tints of Meteorite #534368

Color information

#534368 (or 0x534368) is unknown color: approx Meteorite. HEX triplet: 53, 43 and 68. RGB value is (83,67,104). Sum of RGB (Red+Green+Blue) = 83+67+104=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 104 - color contains mainly: blue. Hex color #534368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534368 is #ACBC97. Grayscale: #4B4B4B. Windows color (decimal): -11320472 or 6832979. OLE color: 6832979.

HSL color Cylindrical-coordinate representation of color #534368: hue angle of 265.95º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #534368 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8367104-
CMYK0.200.3600.59
HSL265.95º21.64%33.53%-
HSV(B)265.95º35.58%40.78%-
XYZ8.076.8513.99-
YUV76143.8132.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.68%
GREEN value IS 67 (26.56% from 255) = 26.38%
BLUE value IS 104 (41.02% from 255) = 40.94%
R=32.68%
G=26.38%
B=40.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83671040.200.3600.59265.9521.6433.53
Hex534368142403B10a1622
Octal12310315024440734122642
Binary10100111000011110100010100100100011101110000101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534368; }

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

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

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

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

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

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

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

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